Update macos-build.yml
This commit is contained in:
parent
bd4cf8e264
commit
26a4dc8f41
|
|
@ -66,7 +66,7 @@ jobs:
|
||||||
|
|
||||||
# Build the engine
|
# Build the engine
|
||||||
- name: Build Nazara
|
- name: Build Nazara
|
||||||
run: xmake build -v NazaraRenderer
|
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 unit tests
|
# Run unit tests
|
||||||
#- name: Run unit tests
|
#- name: Run unit tests
|
||||||
|
|
@ -74,11 +74,11 @@ jobs:
|
||||||
# run: xmake run NazaraUnitTests
|
# run: xmake run NazaraUnitTests
|
||||||
|
|
||||||
# Install the result files
|
# Install the result files
|
||||||
- name: Install Nazara
|
# - name: Install Nazara
|
||||||
run: xmake install -vo package
|
# run: xmake install -vo package
|
||||||
|
|
||||||
# Upload artifacts
|
# Upload artifacts
|
||||||
- uses: actions/upload-artifact@v2
|
# - uses: actions/upload-artifact@v2
|
||||||
with:
|
# with:
|
||||||
name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }}
|
# name: ${{ matrix.os }}-${{ matrix.arch }}-${{ matrix.mode }}
|
||||||
path: package
|
# path: package
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue