Explorar el Código

ci: enable CMake test for Emscripten

Charlie Birks hace 3 años
padre
commit
e201f338d7
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      .github/workflows/emscripten.yml

+ 0 - 1
.github/workflows/emscripten.yml

@@ -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 \