vcglib/.appveyor.yml

21 lines
391 B
YAML
Raw Normal View History

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 18:03:40 +02:00
ps: cd apps/tridecimator
2017-04-02 17:42:05 +02:00
# to run your custom scripts instead of automatic MSBuild
build_script:
2017-04-02 18:10:16 +02:00
- ps: qmake
- ps: msbuild