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.
|
|
|
|
configuration: Release
|
|
|
|
|
|
|
|
# scripts to run before build
|
|
|
|
before_build:
|
2017-04-02 17:57:00 +02:00
|
|
|
ps: cd apps/sample/tridecimator
|
2017-04-02 17:42:05 +02:00
|
|
|
|
|
|
|
|
|
|
|
# to run your custom scripts instead of automatic MSBuild
|
|
|
|
build_script:
|
|
|
|
ps: qmake
|