Browse Source

PS2: Turn on `SDL_WERROR` in CI.

Pierre Wendling 2 years ago
parent
commit
fefd48eb9e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/ps2.yaml

+ 2 - 1
.github/workflows/ps2.yaml

@@ -24,8 +24,9 @@ jobs:
 
     - name: Configure (CMake)
       run: |
-        cmake -S . -B build -G Ninja\
+        cmake -S . -B build -G Ninja \
           -DCMAKE_TOOLCHAIN_FILE=$PS2DEV/ps2sdk/ps2dev.cmake \
+          -DSDL_WERROR=ON \
           -DSDL_TESTS=ON \
           -DCMAKE_INSTALL_PREFIX=cmake_prefix \
           -DCMAKE_BUILD_TYPE=Release