disable windows debug console on CI

This commit is contained in:
MTRNord 2017-10-02 14:33:18 +02:00
parent 50371844cc
commit 821997889f
No known key found for this signature in database
GPG Key ID: E5B89311FAB91B9F

View File

@ -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: