mirror of https://github.com/EspoTek/Labrador.git
Update .appveyor.yml
This commit is contained in:
parent
acfa960883
commit
b33b942352
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue