CI: Warnings are errors

This commit is contained in:
Paul Hollinsky
2022-02-21 21:23:58 -05:00
parent c620b2ee8b
commit c451fc2b7c
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ mkdir build
REM build
cd build
set CXXFLAGS=/WX
cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIBICSNEO_BUILD_TESTS=ON ..
if %errorlevel% neq 0 exit /b %errorlevel%
cmake --build .