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

View File

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