github: macos-build: build the whole engine

Enable the build of the whole engine now that VulkanRenderer can compile
on macOS.
This commit is contained in:
Alexandre Janniaux 2022-05-03 22:00:02 +02:00 committed by Jérôme Leclercq
parent f146661a76
commit 5c2595646b
1 changed files with 1 additions and 6 deletions

View File

@ -66,12 +66,7 @@ jobs:
# Build the engine
- name: Build Nazara
run: |
xmake build -v NazaraPhysics3D
xmake build -v NazaraWidgets
xmake build -v NazaraShaderNodes
xmake build -v PluginAssimp
xmake build -v NazaraUnitTests
run: xmake -v
# Run unit tests
- name: Run unit tests