replace 'Run engine (headless)' with 'Run engine tests'
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
chmod +x build/VoxelEngine
|
chmod +x build/VoxelEngine
|
||||||
chmod +x AppDir/usr/bin/vctest
|
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
|
# - name: Build AppImage
|
||||||
# uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
|
# uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
@@ -39,11 +39,12 @@ jobs:
|
|||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ctest --output-on-failure --test-dir build
|
run: ctest --output-on-failure --test-dir build
|
||||||
|
|
||||||
- name: Run engine (headless)
|
- name: Run engine tests
|
||||||
|
timeout-minutes: 1
|
||||||
run: |
|
run: |
|
||||||
chmod +x build/VoxelEngine
|
chmod +x build/VoxelEngine
|
||||||
build/VoxelEngine --headless --dir userdir
|
chmod +x build/vctest/vctest
|
||||||
timeout-minutes: 1
|
build/vctest/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
|
||||||
# - name: Create DMG
|
# - name: Create DMG
|
||||||
# run: |
|
# run: |
|
||||||
# mkdir VoxelEngineDmgContent
|
# mkdir VoxelEngineDmgContent
|
||||||
|
|||||||
Reference in New Issue
Block a user