Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pollend authored Aug 20, 2018
1 parent 72e4a1c commit 4371e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ before_build:
- cmake DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH=C:\\Qt\\5.11.1\\%qt_target%\\lib\\cmake -G "CodeBlocks - NMake Makefiles" %APPVEYOR_BUILD_FOLDER%
build_script:
- cmake --build %APPVEYOR_BUILD_FOLDER%\\build --target SMART
- windeployqt ./release/SMART.exe
- cd ..
- windeployqt %APPVEYOR_BUILD_FOLDER%/build/SMART.exe

after_build:
- 7z a smart-%qt%-%qt_target%-%appveyor_build_version%.zip
Expand Down

0 comments on commit 4371e34

Please sign in to comment.