Skip to content

Commit 0b6dff5

Browse files
committed
windows cmake build in debug mode
1 parent 08c4256 commit 0b6dff5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/build.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
mkdir build
44
cmake -Bbuild %*
5-
cmake --build build --config Release
5+
cmake --build build --config Debug
66

7-
if errorlevel 1 exit /b %ERRORLEVEL%
7+
if errorlevel 1 exit /b %ERRORLEVEL%

0 commit comments

Comments
 (0)