mirror of https://github.com/EspoTek/Labrador.git
appveyor build script example #2
This commit is contained in:
parent
4992e2d016
commit
57ac65fa72
|
@ -1,10 +1,13 @@
|
||||||
image: Visual Studio 2017
|
version: build{build}
|
||||||
|
|
||||||
clone_folder:
|
platform: amd64
|
||||||
- c:\dev\labrador
|
qt: msvc2013_64
|
||||||
|
|
||||||
|
clone_folder: c:\dev\labrador
|
||||||
|
clone_depth: 5
|
||||||
|
|
||||||
init:
|
init:
|
||||||
- set PATH=C:\Qt\5.5\%qt%\bin;C:\dev\dependencies\vlc-qt\bin;%PATH%
|
- set PATH=C:\Qt\5.11\%qt%\bin;%PATH%
|
||||||
|
|
||||||
before_build:
|
before_build:
|
||||||
- cd c:\dev\labrador\Desktop_Interface
|
- cd c:\dev\labrador\Desktop_Interface
|
||||||
|
|
Loading…
Reference in New Issue