disable windows debug console on CI
This commit is contained in:
parent
50371844cc
commit
821997889f
@ -36,7 +36,7 @@ build_script:
|
||||
- echo %INSTVERSION%
|
||||
- echo %DIST%
|
||||
- echo %DATE%
|
||||
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON -DWINDOWS_DEBUG=ON
|
||||
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON -DWINDOWS_DEBUG=OFF
|
||||
- cmake --build build --config Release
|
||||
|
||||
after_build:
|
||||
|
Loading…
Reference in New Issue
Block a user