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:
parent
f146661a76
commit
5c2595646b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue