ci: Add SDL_WERROR to a few configurations

This commit is contained in:
Anonymous Maarten
2022-10-06 05:27:37 +02:00
committed by Anonymous Maarten
parent eb8eb621b1
commit 151c23415e
5 changed files with 9 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ jobs:
run: |
cmake -B build \
-DCMAKE_TOOLCHAIN_FILE=${{ steps.setup_ndk.outputs.ndk-path }}/build/cmake/android.toolchain.cmake \
-DSDL_WERROR=ON \
-DANDROID_PLATFORM=${{ matrix.platform.android_platform }} \
-DANDROID_ABI=${{ matrix.platform.android_abi }} \
-DSDL_STATIC_PIC=ON \