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