Updated Win32 to build with Qt 5.12 on VS 2017 (#73)

* Updated Win32 to build with Qt 5.12 on VS 2017

* vs2017

* New vcvarsall
This commit is contained in:
Chris Esposito 2019-03-17 11:22:27 +11:00 committed by GitHub
parent eeb0db0318
commit dd793fc4e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
version: build{build}
image: Visual Studio 2015
image: Visual Studio 2017
environment:
access_token:
secure: DXAumCpZjJ3erz0OmBJybIJTwux9uSrdtqKtezd4wI9b2ELz3NELPwZfp+WfYKtb
matrix:
- QT_PATH : C:\Qt\5.11\msvc2015_64\bin
- QT_PATH : C:\Qt\5.12\msvc2017_64\bin
PLATFORM : amd64
OUTPUT_BIN_DIR : bin64
- QT_PATH : C:\Qt\5.11\msvc2015\bin
- QT_PATH : C:\Qt\5.12\msvc2017\bin
PLATFORM : x86
OUTPUT_BIN_DIR : bin32
@ -23,7 +23,7 @@ branches:
init:
- set PATH=%QT_PATH%;%PATH%
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %PLATFORM%
- call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
before_build:
- cd c:\dev\labrador\Desktop_Interface