Commit Graph

162 Commits

Author SHA1 Message Date
SirLynix f572ae06a1 Switch FFMpeg plugin to LGPL and distribute it
This is possible now that ffmpeg package (from xmake-repo, see https://github.com/xmake-io/xmake-repo/pull/3315) allows building on Windows without GPL code
2024-02-25 14:33:08 +01:00
Jérôme Leclercq cb484a2432 Update coverage.yml 2024-02-09 21:58:08 +01:00
dependabot[bot] b65339deee Bump codecov/codecov-action from 3 to 4
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 21:58:08 +01:00
SirLynix ff4277e97f CI: Save asan packages in a different cache 2024-02-05 16:56:00 +01:00
SirLynix 19935a2b07 CI: Remove macOS temporary fix against xmake issue 2024-02-03 22:56:48 +01:00
SirLynix aca5a7a00d CI: Fix msys2 package name 2024-02-03 22:52:08 +01:00
SirLynix 59e172c2ee CI: Add static job 2024-02-03 22:35:55 +01:00
SirLynix 9ada93b995 Remove spaces before line feed 2024-01-25 14:38:06 +01:00
dependabot[bot] e9c3fe270a Bump actions/cache from 3 to 4
Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 13:38:16 +01:00
dependabot[bot] b97da658a8 Bump mymindstorm/setup-emsdk from 13 to 14
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 13 to 14.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v13...v14)

---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-24 13:38:03 +01:00
SirLynix 88ae92baa0 CI: Cache asset downloading
Assets are downloaded from a single server which doesn't have enough bandwidth for 20 concurrent downloads
2024-01-24 12:00:07 +01:00
SirLynix 830e167027 CI: Install nightlies to the 0.0.0 nightly tag 2024-01-24 11:16:59 +01:00
SirLynix 9e9501e264 CI: Install dependencies with -vD (temp fix for macOS hang)
see https://github.com/xmake-io/xmake/issues/4645
2024-01-24 10:47:49 +01:00
SirLynix d3899d71f3 CI: Fix webassembly archs 2024-01-14 23:05:50 +01:00
SirLynix 1eb72af57e CI: Save dependencies cache even if compilation/tests fail 2024-01-04 14:53:40 +01:00
SirLynix f75a00efe2 Audio: Fix loading of OpenAL extensions (pointers are context-local) 2023-12-04 00:23:39 +01:00
Lynix 4b71f90cf7 CI: Disable OpenAL on macOS 2023-12-02 13:56:23 +01:00
SirLynix ad81b8642e CI: Add sanitizers to macOS build 2023-11-29 11:41:22 +01:00
dependabot[bot] c7579fb9be Bump mymindstorm/setup-emsdk from 12 to 13
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 12 to 13.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v12...v13)

---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-11-28 13:26:23 +01:00
Lynix ebd021955c CI: replace msan by tsan 2023-10-25 20:38:21 +02:00
Lynix 5e9b02e6e9 CI: Fix duplication of jobs 2023-10-25 20:33:04 +02:00
Lynix 89690fb710 CI: Add support for sanitizers 2023-10-25 20:24:25 +02:00
Jérôme Leclercq 7840e54a0d
CI: Update emscripten version 2023-10-21 19:56:16 +02:00
dependabot[bot] 20ec1c40fc Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-09 22:09:03 +02:00
Jérôme Leclercq 94035c1db8
msys2: use xmake package instead of compiling from source 2023-08-04 00:13:37 +02:00
Jérôme Leclercq 8bfa5b4614
Fix msys2 CI 2023-08-03 23:42:43 +02:00
SirLynix 3844f41c1b CI: Re-disable unit tests in release 2023-07-30 21:00:39 +02:00
SirLynix e2808192aa Minor fixes 2023-07-30 19:46:01 +02:00
SirLynix b191dacc58 Reenable unit tests in release mode 2023-07-30 10:55:38 +02:00
SirLynix 71891b9788 Remove Windows arm64 from CI 2023-04-11 18:23:41 +02:00
SirLynix 0a2388a343 Move MinGW isystem fix to xmake.lua 2023-04-11 18:17:40 +02:00
SirLynix 6d8734f288 Add support for ARM64 on Windows 2023-04-11 18:15:29 +02:00
dependabot[bot] b4cb4ef6d6
Bump mymindstorm/setup-emsdk from 11 to 12 (#392)
Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 11 to 12.
- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)
- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v11...v12)

---
updated-dependencies:
- dependency-name: mymindstorm/setup-emsdk
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-06 20:58:39 +01:00
Jérôme Leclercq 20f70533c0
Fix wasm ci (#391)
* Update wasm-build.yml

* Set embed_rendererbackends with wasm

* wasm fixes

* Fix CI

* Update wasm-build.yml

* More wasm fixes

* Final fixes
2023-02-05 15:03:48 +01:00
Lynix 63429cba62 wasm CI fixes 2023-02-05 11:13:16 +01:00
Lynix f20af22f03 Fix wasm CI 2023-02-05 11:07:43 +01:00
Lynix b6d565a097 Add WASM CI 2023-02-05 11:00:39 +01:00
SirLynix 4b804dc613 Move ComputeTest,GraphicsTest,RenderTest and Std140Debug to the tests folder
Also renamed NazaraUnitTests to UnitTests
2022-12-26 08:44:11 +01:00
SirLynix 60c468694c Update msys2-build.yml 2022-12-25 11:53:59 +01:00
SirLynix bc3ddbe5b5 CI: Restore xmake build cache 2022-11-28 13:12:01 +01:00
SirLynix 7989220bc0 Update CI 2022-11-28 13:00:01 +01:00
Jérôme Leclercq 2ac59cd7fb
CI: Disable xmake cache (not compatible with dev) 2022-11-28 10:36:49 +01:00
Jérôme Leclercq 082015a0c5
Fix macOS compilation (#384)
Disable X11 on macOS, I don't know why it's enabled
2022-11-19 13:37:42 +01:00
SirLynix 5fb974f24c Add xmake cache folder 2022-11-18 21:34:36 +01:00
SirLynix 796b947a7a Revert "CI: Switch to xmake master"
This reverts commit 4eadb35b0d.
2022-11-15 12:38:23 +01:00
Lynix 4eadb35b0d CI: Switch to xmake master 2022-11-13 12:43:40 +01:00
Lynix b24975c89d CI: Update to GITHUB_OUTPUT syntax 2022-11-13 12:30:38 +01:00
Jérôme Leclercq ff39c10514
Update macos-build.yml 2022-11-06 17:19:01 +01:00
SirLynix 3f7b504164 XMake: handle wayland and libuuid on Linux 2022-07-28 13:03:49 +02:00
SirLynix 057eb1b350 Try to fix MinGW ci 2022-07-27 23:02:02 +02:00