mapnik/appveyor.yml

27 lines
471 B
YAML
Raw Normal View History

2015-09-21 13:38:36 +02:00
environment:
msvs_toolset: 14
BOOST_VERSION: 59
2015-09-21 14:04:28 +02:00
FASTBUILD: 1
2015-09-21 13:38:36 +02:00
matrix:
- platform: x64
configuration: Release
os: Visual Studio 2015
shallow_clone: true
install:
- scripts\build-appveyor.bat
artifacts:
- path: mapnik-gyp\msbuild-summary.txt
name: msbuild-summary.txt
- path: mapnik-gyp\msbuild-errors.txt
name: msbuild-errors.txt
- path: mapnik-gyp\msbuild-warnings.txt
name: msbuild-warnings.txt
2015-09-21 13:38:36 +02:00
build: off
test: off
deploy: off