leocad/appveyor.yml
2018-05-26 15:51:44 -07:00

16 lines
321 B
YAML

version: ci.{build}
environment:
matrix:
- name: win32
platform: x86
qt: 5.10\msvc2015
init:
- set PATH=C:\Qt\%qt%\bin;%PATH%
- call "%ProgramFiles(x86)%\Microsoft Visual Studio 14.0\VC\vcvarsall.bat"
install:
- qmake -v
- qmake -tp vc
- msbuild /t:Rebuild /p:Configuration=Release