Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-25 13:47:26 +11:00 committed by GitHub
parent 0b229cb85b
commit a021ec93e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -11,6 +11,8 @@ branches:
only:
- master
configuration: Release
init:
- set PATH=C:\Qt\5.11.2\msvc2017_64\bin;%PATH%
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
@ -20,7 +22,7 @@ before_build:
build_script:
- qmake
- nmake release
- nmake
after_build:
- windeployqt bin/Labrador.exe