Labrador/.appveyor.yml

28 lines
480 B
YAML
Raw Normal View History

2018-11-22 09:04:36 +00:00
version: build{build}
2018-11-22 09:01:16 +00:00
2018-11-22 09:26:09 +00:00
image: Visual Studio 2017
2018-11-22 09:04:36 +00:00
platform: amd64
clone_folder: c:\dev\labrador
2018-11-22 09:10:55 +00:00
clone_depth: 1
2018-11-22 09:01:16 +00:00
init:
2018-11-22 09:21:26 +00:00
- set PATH=C:\Qt\5.11.2\msvc2017_64\bin;%PATH%
2018-11-22 09:27:49 +00:00
- call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %platform%
2018-11-25 01:56:24 +00:00
2018-11-22 09:01:16 +00:00
before_build:
- cd c:\dev\labrador\Desktop_Interface
build_script:
- qmake
- nmake
2018-11-25 01:52:42 +00:00
2018-11-25 01:56:24 +00:00
after_build:
- windeployqt bin/Labrador.exe
2018-11-25 01:52:42 +00:00
artifacts:
2018-11-25 02:08:33 +00:00
- path: Desktop_Interface\bin
2018-11-25 01:52:42 +00:00
name: Labrador_x64
type: zip