mapnik/appveyor.yml

41 lines
853 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%
2016-03-15 09:19:18 +01:00
build_script:
2015-09-21 13:38:36 +02:00
- scripts\build-appveyor.bat
after_build:
- 7z a mapnik-visual-images.zip C:\tmp\mapnik-visual-images
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
- path: mapnik-visual-images.zip
name: mapnik-visual-images.zip
2015-09-21 13:38:36 +02:00
test: off
deploy: off