mapnik/appveyor.yml

35 lines
703 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
# limit clone to latest 5 commits
clone_depth: 5
2015-09-21 13:38:36 +02:00
services:
- postgresql94 #if changing this, also change PATH below
2015-09-21 13:38:36 +02:00
install:
- SET PGUSER=postgres
- SET PGPASSWORD=Password12!
- SET PATH=C:\Program Files\PostgreSQL\9.4\bin\;%PATH%
2015-09-21 13:38:36 +02:00
- 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