Add macOS CI for tests

This commit is contained in:
Lynix
2022-03-19 17:48:59 +01:00
parent f3eeace359
commit 8c05395e95
4 changed files with 82 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
paths-ignore:
- '.github/workflows/coverage.yml'
- '.github/workflows/linux-build.yml'
- '.github/workflows/macos-build.yml'
- '.github/workflows/msys2-build.yml'
- '.gitignore'
- 'LICENSE'
@@ -64,6 +65,7 @@ jobs:
# Run unit tests
- name: Run unit tests
if: matrix.type.name != 'releasedbg'
run: xmake.exe run NazaraUnitTests
# Install the result files