From 57ac65fa727ed57bd839577207594c6583e9d051 Mon Sep 17 00:00:00 2001 From: Chris Esposito Date: Thu, 22 Nov 2018 20:04:36 +1100 Subject: [PATCH] appveyor build script example #2 --- .appveyor.yaml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.appveyor.yaml b/.appveyor.yaml index bcdcaac7..204500d8 100644 --- a/.appveyor.yaml +++ b/.appveyor.yaml @@ -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