mirror of
https://github.com/libsdl-org/SDL.git
synced 2024-11-24 03:13:34 +08:00
ci: Disable emscripten build time tests
This commit is contained in:
parent
55534e277e
commit
81fd45f723
3
.github/workflows/emscripten.yml
vendored
3
.github/workflows/emscripten.yml
vendored
@ -29,7 +29,8 @@ jobs:
|
||||
run: |
|
||||
set -eu
|
||||
export SDL_TESTS_QUICK=1
|
||||
ctest -VV --test-dir build/
|
||||
# FIXME: enable Emscripten build time tests
|
||||
# ctest -VV --test-dir build/
|
||||
- name: Install
|
||||
run: |
|
||||
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
|
||||
|
Loading…
Reference in New Issue
Block a user