2017-04-02 17:42:05 +02:00
|
|
|
branches:
|
|
|
|
only:
|
|
|
|
- devel
|
|
|
|
|
|
|
|
# Build worker image (VM template)
|
|
|
|
image: Visual Studio 2015
|
|
|
|
|
|
|
|
# clone directory
|
|
|
|
clone_folder: c:\projects\vcglib
|
|
|
|
# build Configuration, i.e. Debug, Release, etc.
|
2017-04-02 19:01:11 +02:00
|
|
|
#configuration: Release
|
2017-04-02 17:42:05 +02:00
|
|
|
|
2017-04-02 18:19:36 +02:00
|
|
|
install:
|
|
|
|
- set QTDIR=C:\Qt\5.8\msvc2015_64
|
2017-04-02 18:58:29 +02:00
|
|
|
- set PATH=%PATH%;%QTDIR%\bin
|
|
|
|
- set QMAKESPEC=win32-msvc2015
|
2017-04-02 17:42:05 +02:00
|
|
|
|
|
|
|
# to run your custom scripts instead of automatic MSBuild
|
|
|
|
build_script:
|
2017-04-02 18:19:36 +02:00
|
|
|
- cd apps/tridecimator
|
2017-04-02 19:01:11 +02:00
|
|
|
- qmake -tp vc
|
2017-04-02 18:19:36 +02:00
|
|
|
- msbuild
|