Change windows build to release

This commit is contained in:
walle303 2017-04-24 20:28:19 +00:00
parent 46af37490f
commit a6805cfc06
1 changed files with 3 additions and 3 deletions

View File

@ -17,13 +17,13 @@ install:
- set PATH=%PATH%;%QT_DIR%\bin;C:\MinGW\bin
build_script:
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild -DCMAKE_BUILD_TYPE=Release
- cmake --build build
- cmake -G "Visual Studio 14 2015 Win64" -H. -Bbuild
- cmake --build build --config Release
- ls -lh build
after_build:
- mkdir NhekoRelease
- copy build\Debug\nheko.exe NhekoRelease\nheko.exe
- copy build\Release\nheko.exe NhekoRelease\nheko.exe
- windeployqt --release NhekoRelease\nheko.exe
- 7z a nheko_win_64.zip .\NhekoRelease\*