2015-09-21 13:38:36 +02:00
|
|
|
environment:
|
|
|
|
msvs_toolset: 14
|
2015-10-08 11:28:36 +02:00
|
|
|
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
|
|
|
|
|
2015-09-21 19:52:13 +02:00
|
|
|
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
|