mirror of https://github.com/EspoTek/Labrador.git
windeployqt to appveyor
This commit is contained in:
parent
76b312de8a
commit
c3d1f8abb0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue