appveyor build script example #2

This commit is contained in:
Chris Esposito 2018-11-22 20:04:36 +11:00
parent 4992e2d016
commit 57ac65fa72
1 changed files with 7 additions and 4 deletions

View File

@ -1,10 +1,13 @@
image: Visual Studio 2017
version: build{build}
clone_folder:
- c:\dev\labrador
platform: amd64
qt: msvc2013_64
clone_folder: c:\dev\labrador
clone_depth: 5
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:
- cd c:\dev\labrador\Desktop_Interface