Update .appveyor.yml

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

View File

@ -2,16 +2,14 @@ version: build{build}
image: Visual Studio 2017
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
environment:
matrix:
- VCVARSALL : C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat
QT_PATH : C:\Qt\5.11.2\msvc2017_64\bin
PLATFORM : amd64
- VCVARSALL : C:\Program Files (x86)\Microsoft Visual Studio 13.0\VC\vcvarsall.bat
QT_PATH : C:\Qt\5.11.2\msvc2015_32\bin
PLATFORM : x86
clone_folder: c:\dev\labrador
clone_depth: 1
@ -23,7 +21,7 @@ branches:
init:
- set PATH=%QT_PATH%;%PATH%
- call "" %platform%
- call "" %PLATFORM%
before_build:
- cd c:\dev\labrador\Desktop_Interface
@ -37,5 +35,5 @@ after_build:
artifacts:
- path: Desktop_Interface\bin
name: Labrador_%platform%
name: Labrador_%PLATFORM%
type: zip