mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-03 09:16:06 -04:00
Hide logs of goto in windows build.bat script
This commit is contained in:
parent
9108bbb60f
commit
a0f72c7797
@ -7,15 +7,15 @@ cd build
|
||||
|
||||
@REM Generate a Visual Studio solution for latest version found
|
||||
cmake -DSQLITECPP_BUILD_EXAMPLES=ON -DSQLITECPP_BUILD_TESTS=ON ..
|
||||
if ERRORLEVEL 1 goto onError
|
||||
@if ERRORLEVEL 1 goto onError
|
||||
|
||||
@REM Build default configuration (ie 'Debug')
|
||||
cmake --build .
|
||||
if ERRORLEVEL 1 goto onError
|
||||
@if ERRORLEVEL 1 goto onError
|
||||
|
||||
@REM Build and run tests
|
||||
ctest --output-on-failure
|
||||
if ERRORLEVEL 1 goto onError
|
||||
@if ERRORLEVEL 1 goto onError
|
||||
|
||||
goto onSuccess
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user