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

@@ -13,6 +13,7 @@ jobs:
- name: Configure CMake
run: |
emcmake cmake -S . -B build \
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DCMAKE_BUILD_TYPE=Release \