Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-25 14:30:12 +11:00 committed by GitHub
parent a021ec93e0
commit acfa960883
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 6 deletions

View File

@ -2,20 +2,28 @@ version: build{build}
image: Visual Studio 2017 image: Visual Studio 2017
platform: amd64 matrix:
- platform: amd64
environment:
- VCVARSALL : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
- QT_PATH : C:\Qt\5.11.2\msvc2017_64\bin
- platform: x86
environment:
- VCVARSALL : C:\Program Files (x86)\Microsoft Visual Studio 13.0\VC\vcvarsall.bat
- QT_PATH : C:\Qt\5.11.2\msvc2017_64\bin
clone_folder: c:\dev\labrador clone_folder: c:\dev\labrador
clone_depth: 1 clone_depth: 1
configuration: Release
branches: branches:
only: only:
- master - master
configuration: Release
init: init:
- set PATH=C:\Qt\5.11.2\msvc2017_64\bin;%PATH% - set PATH=%QT_PATH%;%PATH%
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform% - call "" %platform%
before_build: before_build:
- cd c:\dev\labrador\Desktop_Interface - cd c:\dev\labrador\Desktop_Interface
@ -29,5 +37,5 @@ after_build:
artifacts: artifacts:
- path: Desktop_Interface\bin - path: Desktop_Interface\bin
name: Labrador_x64 name: Labrador_%platform%
type: zip type: zip