update macos.yml
This commit is contained in:
parent
2834fbec90
commit
7528649ad9
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install dependencies from brew
|
- name: Install dependencies from brew
|
||||||
run: |
|
run: |
|
||||||
brew install glfw3 glew libpng openal-soft luajit libvorbis skypjack/entt/entt googletest tree
|
brew install glfw3 glew libpng openal-soft luajit libvorbis skypjack/entt/entt googletest
|
||||||
|
|
||||||
- name: Install specific version of GLM
|
- name: Install specific version of GLM
|
||||||
run: |
|
run: |
|
||||||
@ -42,10 +42,9 @@ jobs:
|
|||||||
- name: Run engine tests
|
- name: Run engine tests
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
run: |
|
run: |
|
||||||
tree
|
|
||||||
chmod +x build/VoxelEngine
|
chmod +x build/VoxelEngine
|
||||||
chmod +x build/vctest/vctest
|
chmod +x AppDir/usr/bin/vctest
|
||||||
build/vctest/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
|
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build
|
||||||
# - name: Create DMG
|
# - name: Create DMG
|
||||||
# run: |
|
# run: |
|
||||||
# mkdir VoxelEngineDmgContent
|
# mkdir VoxelEngineDmgContent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user