Skip to content
Snippets Groups Projects
Commit f94905bf authored by mujx's avatar mujx Committed by GitHub
Browse files

Merge pull request #8 from walle303/master

Change windows build to Release
parents 46af3749 a6805cfc
No related branches found
No related tags found
No related merge requests found
......@@ -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\*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment