Commit Graph

50 Commits

Author SHA1 Message Date
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
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
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 1eb72af57e CI: Save dependencies cache even if compilation/tests fail 2024-01-04 14:53:40 +01: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
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 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
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
SirLynix 3f7b504164 XMake: handle wayland and libuuid on Linux 2022-07-28 13:03:49 +02:00
SirLynix d335c5d73c Add FFmpeg plugin 2022-05-27 18:53:16 +02:00
SirLynix 22fe70aca0 CI: Authorize asset downloading 2022-05-27 08:35:29 +02:00
Jérôme Leclercq 03e2801dbe Split engine to packages NazaraUtils and NZSL (#375)
* Move code to NazaraUtils and NZSL packages

* Reorder includes

* Tests: Remove glslang and spirv-tools deps

* Tests: Remove glslang init

* Remove NazaraUtils tests and fix Vector4Test

* Fix Linux compilation

* Update msys2-build.yml

* Fix assimp package

* Update xmake.lua

* Update xmake.lua

* Fix shader compilation on MinGW

* Final fixes

* The final fix 2: the fix strikes back!

* Disable cache on CI

* The return of the fix™️
2022-05-25 19:36:10 +02:00
Jérôme Leclercq 162456c5b6 CI: Set specific coverage key for dependencies 2022-05-03 21:21:23 +02:00
SirLynix 60b7671b54 CI: Fix XMAKE_GLOBALDIR on Windows 2022-04-30 15:37:01 +02:00
SirLynix ab80965e89 CI: Fix package key 2022-04-30 15:18:39 +02:00
SirLynix 5400b49180 CI: Improve and fix 2022-04-30 15:12:50 +02:00
SirLynix 1ba3655869 CI: Improve coverage (+ fix package cache on Windows) 2022-04-30 14:30:51 +02:00
Jérôme Leclercq b2bdcc63d0 Update coverage.yml 2022-04-29 18:57:43 +02:00
Jérôme Leclercq d64a69dff7 Update coverage.yml 2022-04-29 18:25:29 +02:00
Jérôme Leclercq 606136a740 Update coverage.yml 2022-04-29 18:10:53 +02:00
Jérôme Leclercq 1c7092d4ea Update coverage.yml 2022-04-29 17:38:40 +02:00
Jérôme Leclercq 1c2b921b05 Update coverage.yml 2022-04-29 13:30:53 +02:00
SirLynix 922b07c306 Update coverage.yml 2022-04-29 13:17:51 +02:00
SirLynix 4bc849e624 Try to run coverage on Windows 2022-04-29 13:13:51 +02:00
SirLynix 97ab25f9ae CI: Upgrade actions/cache version 2022-04-28 18:02:51 +02:00
Lynix f3eeace359 CI: Replace fuzzing with asan mode 2022-03-19 17:48:03 +01:00
Lynix b97f1a4c41 Improve CI 2022-03-19 14:19:32 +01:00
Jérôme Leclercq 0a4fd8f56d Enable unity build on modules that support it 2022-03-15 12:44:21 +01:00
Jérôme Leclercq 82a01a8203 CI: Disable PCH except on Windows 2022-03-09 21:56:23 +01:00
Jérôme Leclercq 3e556a72b6 Build: Add usepch option to use precompiled headers 2022-03-09 20:06:38 +01:00
Jérôme Leclercq 9dceced1e9 CI: Update package key (to check Qt update) 2022-02-25 13:29:31 +01:00
Jérôme Leclercq 74dcb602b8 Update CI (force cache flush) 2022-02-23 23:47:38 +01:00
Jérôme Leclercq a1b6f51398 Minor fixes 2022-02-21 20:46:37 +01:00
Jérôme Leclercq c3ace0dadc Update coverage.yml 2022-02-19 12:59:50 +01:00
Jérôme Leclercq 2dbf4b0e98 Update coverage.yml 2022-02-19 12:46:07 +01:00
Jérôme Leclercq de82eac668 Update coverage.yml 2022-02-18 20:22:48 +01:00
Jérôme Leclercq 4d8ed35bb9 Update coverage.yml 2022-02-18 20:18:31 +01:00
Jérôme Leclercq 2c75a9865f CI: Enable dummy audio device 2022-02-18 20:16:25 +01:00
Jérôme Leclercq 42c80143eb Try to fix unit tests 2022-02-18 19:57:41 +01:00
Jérôme Leclercq 6290e91a88 Update coverage.yml 2022-02-18 19:40:44 +01:00
Jérôme Leclercq a5b6da7290 CI: Try to run client unit tests on coverage 2022-02-18 19:37:50 +01:00
Jérôme Leclercq 83b14afbfd Fix CI 2022-02-09 17:38:36 +01:00
Jérôme Leclercq 60831228b7 Add codecov 2022-02-09 17:38:36 +01:00