Labrador/.appveyor.yaml

18 lines
241 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:04:36 +00:00
platform: amd64
qt: msvc2013_64
clone_folder: c:\dev\labrador
clone_depth: 5
2018-11-22 09:01:16 +00:00
init:
2018-11-22 09:04:36 +00:00
- set PATH=C:\Qt\5.11\%qt%\bin;%PATH%
2018-11-22 09:01:16 +00:00
before_build:
- cd c:\dev\labrador\Desktop_Interface
build_script:
- qmake
- nmake