replace 'Run engine (headless)' with 'Run engine tests'
This commit is contained in:
parent
df4b4a3825
commit
19b458d048
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
run: |
|
||||
chmod +x build/VoxelEngine
|
||||
chmod +x AppDir/usr/bin/vctest
|
||||
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
|
||||
AppDir/usr/bin/vctest -e build/VoxelEngine -d dev/tests -u build
|
||||
# - name: Build AppImage
|
||||
# uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
|
||||
# env:
|
||||
|
||||
7
.github/workflows/macos.yml
vendored
7
.github/workflows/macos.yml
vendored
@ -39,11 +39,12 @@ jobs:
|
||||
- name: Run tests
|
||||
run: ctest --output-on-failure --test-dir build
|
||||
|
||||
- name: Run engine (headless)
|
||||
- name: Run engine tests
|
||||
timeout-minutes: 1
|
||||
run: |
|
||||
chmod +x build/VoxelEngine
|
||||
build/VoxelEngine --headless --dir userdir
|
||||
timeout-minutes: 1
|
||||
chmod +x build/vctest/vctest
|
||||
build/vctest/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
|
||||
# - name: Create DMG
|
||||
# run: |
|
||||
# mkdir VoxelEngineDmgContent
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user