From 44e8b6d51fecb41c3a3a06f56f7fdccedb9c45cb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 31 May 2017 10:43:17 -0700 Subject: [PATCH] try appveyor installed via mapnik-gyp/build.bat like before --- appveyor.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1511191bd..3f802a528 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -11,14 +11,6 @@ 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% - build_script: - scripts\build-appveyor.bat