replace 'Run engine (headless)' with 'Run engine tests' in AppImage workflow
This commit is contained in:
parent
5e8805f241
commit
95b848f44c
9
.github/workflows/appimage.yml
vendored
9
.github/workflows/appimage.yml
vendored
@ -39,12 +39,13 @@ jobs:
|
|||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build -t install
|
run: cmake --build build -t install
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ctest --test-dir ${{github.workspace}}/build
|
run: ctest --test-dir build
|
||||||
- name: Run engine (headless)
|
- name: Run engine tests
|
||||||
timeout-minutes: 1
|
timeout-minutes: 1
|
||||||
run: |
|
run: |
|
||||||
chmod +x ${{github.workspace}}/build/VoxelEngine
|
chmod +x build/VoxelEngine
|
||||||
${{github.workspace}}/build/VoxelEngine --headless --dir ${{github.workspace}}/userdir
|
chmod +x build/vctest/vctest
|
||||||
|
build/vctest/vctest -e build/VoxelEngine -d dev/tests -u build --output-always
|
||||||
# - name: Build AppImage
|
# - name: Build AppImage
|
||||||
# uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
|
# uses: AppImageCrafters/build-appimage-action@fe2205a4d6056be47051f7b1b3811106e9814910
|
||||||
# env:
|
# env:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user