macOS fixes (+ cache deps)
This commit is contained in:
5
.github/workflows/macos-build.yml
vendored
5
.github/workflows/macos-build.yml
vendored
@@ -66,7 +66,10 @@ jobs:
|
||||
|
||||
# Build the engine
|
||||
- name: Build Nazara
|
||||
run: xmake build -v NazaraRenderer && xmake build -v NazaraPhysics2D && xmake build -v NazaraPhysics3D && xmake build -v NazaraGraphics && xmake build -v NazaraAudio && xmake build -v NazaraNetwork
|
||||
run: |
|
||||
xmake build -v NazaraRenderer
|
||||
xmake build -v NazaraPhysics2D
|
||||
xmake build -v NazaraPhysics3D
|
||||
|
||||
# Run unit tests
|
||||
#- name: Run unit tests
|
||||
|
||||
Reference in New Issue
Block a user