Build tests for all CMake platforms on CI
This commit is contained in:
committed by
Sam Lantinga
parent
f8ae3ef1eb
commit
12f9bcd2f4
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -114,7 +114,7 @@ jobs:
|
||||
run: |
|
||||
cmake --build build/ --config Release --verbose --parallel
|
||||
- name: Run build-time tests (CMake)
|
||||
if: "matrix.platform.shell == 'sh' && ! matrix.platform.autotools"
|
||||
if: "! matrix.platform.autotools"
|
||||
run: |
|
||||
set -eu
|
||||
export SDL_TESTS_QUICK=1
|
||||
|
||||
Reference in New Issue
Block a user