mirror of https://github.com/EspoTek/Labrador.git
Update .appveyor.yml
This commit is contained in:
parent
0b229cb85b
commit
a021ec93e0
|
@ -11,6 +11,8 @@ branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
configuration: Release
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- set PATH=C:\Qt\5.11.2\msvc2017_64\bin;%PATH%
|
- 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%
|
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
|
||||||
|
@ -20,7 +22,7 @@ before_build:
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
- qmake
|
- qmake
|
||||||
- nmake release
|
- nmake
|
||||||
|
|
||||||
after_build:
|
after_build:
|
||||||
- windeployqt bin/Labrador.exe
|
- windeployqt bin/Labrador.exe
|
||||||
|
|
Loading…
Reference in New Issue