[skip ci] AppVeyor: enable Postgres (for tests)
This commit is contained in:
parent
930056f5db
commit
820ab82de9
1 changed files with 6 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue