define CMAKE_BUILD_TYPE=Release on windows

This commit is contained in:
MTRNord 2017-10-02 14:57:26 +02:00
parent 7e2ca090b8
commit 1e751d3a04
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
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DAPPVEYOR_BUILD=ON -DCMAKE_BUILD_TYPE=Release
- cmake --build build --config Release
after_build: