mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 02:16:26 +00:00
PS2: Turn on SDL_WERROR
in CI.
This commit is contained in:

committed by
Sam Lantinga

parent
8117bfe5d1
commit
fefd48eb9e
3
.github/workflows/ps2.yaml
vendored
3
.github/workflows/ps2.yaml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user