macOS: Build all modules except OpenGL & Vulkan

This commit is contained in:
Jérôme Leclercq
2022-03-20 12:11:26 +01:00
parent 63320fa205
commit 6b85136ed7

View File

@@ -70,6 +70,12 @@ jobs:
xmake build -v NazaraRenderer
xmake build -v NazaraPhysics2D
xmake build -v NazaraPhysics3D
xmake build -v NazaraGraphics
xmake build -v NazaraWidgets
xmake build -v NazaraAudio
xmake build -v NazaraNetwork
xmake build -v NazaraShaderNodes
xmake build -v PluginAssimp
# Run unit tests
#- name: Run unit tests