mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 14:38:24 +02:00
ci: add option to set ctest arguments
This commit is contained in:
committed by
Anonymous Maarten
parent
db1506123e
commit
9d97e663d9
2
.github/workflows/generic.yml
vendored
2
.github/workflows/generic.yml
vendored
@@ -242,7 +242,7 @@ jobs:
|
||||
${{ matrix.platform.pretest-cmd }}
|
||||
set -eu
|
||||
export SDL_TESTS_QUICK=1
|
||||
ctest -VV --test-dir build/ -j2
|
||||
ctest --test-dir build/ ${{ matrix.platform.ctest-args || '-VV -j2' }}
|
||||
- name: "Build test apk's (CMake)"
|
||||
id: apks
|
||||
if: ${{ always() && steps.build.outcome == 'success' && matrix.platform.android-apks != '' }}
|
||||
|
||||
Reference in New Issue
Block a user