[skip ci] AppVeyor: enable Postgres (for tests)

This commit is contained in:
bergwerkgis 2016-02-29 13:37:09 +00:00
parent 930056f5db
commit 820ab82de9

View file

@ -12,7 +12,13 @@ os: Visual Studio 2015
# limit clone to latest 5 commits
clone_depth: 5
services:
- postgresql94 #if changing this, also change PATH below
install:
- SET PGUSER=postgres
- SET PGPASSWORD=Password12!
- SET PATH=C:\Program Files\PostgreSQL\9.4\bin\;%PATH%
- scripts\build-appveyor.bat
artifacts: