Explorar o código

N3DS: Turn on SDL_WERROR in CI.

Pierre Wendling %!s(int64=3) %!d(string=hai) anos
pai
achega
b737833d3c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .github/workflows/n3ds.yml

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

@@ -17,6 +17,7 @@ jobs:
         run: |
           cmake -S . -B build -G Ninja \
             -DCMAKE_TOOLCHAIN_FILE=${DEVKITPRO}/cmake/3DS.cmake \
+            -DSDL_WERROR=ON \
             -DSDL_TESTS=ON \
             -DSDL_INSTALL_TESTS=ON \
             -DCMAKE_BUILD_TYPE=Release \