mirror of https://github.com/encounter/SDL.git
ci: enable CMake test for Emscripten
This commit is contained in:
parent
0fcfaf9e94
commit
e201f338d7
|
@ -22,7 +22,6 @@ jobs:
|
||||||
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
|
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
|
||||||
cmake --install build/
|
cmake --install build/
|
||||||
- name: Verify CMake configuration files
|
- name: Verify CMake configuration files
|
||||||
if: ${{ false }} # FIXME: cmake/test/CMakeLists.txt should support emscripten
|
|
||||||
run: |
|
run: |
|
||||||
emcmake cmake -S cmake/test -B cmake_config_build \
|
emcmake cmake -S cmake/test -B cmake_config_build \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
|
Loading…
Reference in New Issue