mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-08-05 09:28:40 +02:00
CI: Warnings are errors
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ build windows/x64:
|
||||
test windows/x64:
|
||||
stage: test
|
||||
script:
|
||||
- CMD.EXE /C build\libicsneo-tests.exe
|
||||
- build\libicsneo-tests.exe
|
||||
dependencies:
|
||||
- build windows/x64
|
||||
needs:
|
||||
|
||||
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user