windeployqt to appveyor

This commit is contained in:
Chris Esposito 2018-11-25 12:56:24 +11:00 committed by GitHub
parent 76b312de8a
commit c3d1f8abb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ clone_depth: 1
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%
before_build:
- cd c:\dev\labrador\Desktop_Interface
@ -17,6 +18,9 @@ build_script:
- qmake
- nmake
after_build:
- windeployqt bin/Labrador.exe
artifacts:
- path: bin
name: Labrador_x64