Update .appveyor.yml

This commit is contained in:
Chris Esposito 2018-11-25 15:20:30 +11:00 committed by GitHub
parent b7a44b2a04
commit f2a25f13ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -4,11 +4,9 @@ image: Visual Studio 2017
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
- 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
- QT_PATH : C:\Qt\5.11.2\msvc2015_32\bin
PLATFORM : x86
clone_folder: c:\dev\labrador
@ -21,7 +19,7 @@ branches:
init:
- set PATH=%QT_PATH%;%PATH%
- call "%VCVARSALL%" %PLATFORM%
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
before_build:
- cd c:\dev\labrador\Desktop_Interface