ci: fail CMake configuration on warning
This commit is contained in:
committed by
Anonymous Maarten
parent
23c2c15a70
commit
64c97906c9
1
.github/workflows/vmactions.yml
vendored
1
.github/workflows/vmactions.yml
vendored
@@ -49,6 +49,7 @@ jobs:
|
||||
|
||||
run: |
|
||||
cmake -S . -B build -GNinja \
|
||||
-Wdeprecated -Wdev -Werror \
|
||||
-DSDL_CHECK_REQUIRED_INCLUDES="/usr/local/include" \
|
||||
-DSDL_CHECK_REQUIRED_LINK_OPTIONS="-L/usr/local/lib"
|
||||
cmake --build build --verbose -- -j`sysctl -n hw.ncpu`
|
||||
|
||||
Reference in New Issue
Block a user