ci: enable CMake test for Emscripten

This commit is contained in:
Charlie Birks 2022-06-08 14:54:47 +01:00 committed by Sam Lantinga
parent 0fcfaf9e94
commit e201f338d7
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ jobs:
echo "SDL2_DIR=$(pwd)/prefix" >> $GITHUB_ENV
cmake --install build/
- name: Verify CMake configuration files
if: ${{ false }} # FIXME: cmake/test/CMakeLists.txt should support emscripten
run: |
emcmake cmake -S cmake/test -B cmake_config_build \
-DCMAKE_BUILD_TYPE=Release \