mirror of
https://github.com/encounter/SDL.git
synced 2025-05-30 03:01:29 +00: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: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
export SDL_TESTS_QUICK=1
|
export SDL_TESTS_QUICK=1
|
||||||
ctest -VV --test-dir build/
|
# FIXME: enable Emscripten build time tests
|
||||||
|
# ctest -VV --test-dir build/
|
||||||
- name: Install
|
- name: Install
|
||||||
run: |
|
run: |
|
||||||
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
|
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
|
||||||
|
Loading…
x
Reference in New Issue
Block a user