mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-22 19:45:40 +00:00
PSP: Turn on SDL_WERROR
in CI.
This commit is contained in:
parent
5ddac7e026
commit
0472794609
1
.github/workflows/psp.yaml
vendored
1
.github/workflows/psp.yaml
vendored
|
@ -16,6 +16,7 @@ jobs:
|
|||
run: |
|
||||
cmake -S . -B build \
|
||||
-DCMAKE_TOOLCHAIN_FILE=$PSPDEV/psp/share/pspdev.cmake \
|
||||
-DSDL_WERROR=ON \
|
||||
-DSDL_TESTS=ON \
|
||||
-DSDL_INSTALL_TESTS=ON \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
|
|
Loading…
Reference in a new issue