leocad/appveyor.yml
2017-06-22 08:16:14 -07:00

16 lines
323 B
YAML

version: 17.02.{build}
environment:
matrix:
- name: win32
platform: x86
qt: 5.7\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