mapnik/appveyor.yml

40 lines
850 B
YAML
Raw Permalink Normal View History

2015-09-21 13:38:36 +02:00
environment:
msvs_toolset: 14
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 visual-test-results.zip C:\tmp\mapnik-visual-images\visual-test-results
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: visual-test-results.zip
name: visual-test-results.zip
2015-09-21 13:38:36 +02:00
test: off
deploy: off