PS2: Turn on `SDL_WERROR` in CI.

This commit is contained in:
Pierre Wendling 2022-10-10 22:30:05 -04:00 committed by Sam Lantinga
parent 8117bfe5d1
commit fefd48eb9e
1 changed files with 2 additions and 1 deletions

View File

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