mirror of
https://github.com/leozide/leocad
synced 2024-11-17 07:47:55 +01:00
16 lines
323 B
YAML
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
|