Navigation Menu

Skip to content

Commit

Permalink
appveyor: support recent PostgreSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 10, 2017
1 parent 9396147 commit 2b70f61
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 6 additions & 2 deletions appveyor.yml
Expand Up @@ -9,9 +9,11 @@ environment:
- VS_VERSION: 12
ARCH: amd64
POSTGRESQL_VERSION: 9.6.9-1
WAL_SUPPORTED: "yes"
- VS_VERSION: 12
ARCH: amd64
POSTGRESQL_VERSION: 10.0-1
WAL_SUPPORTED: "yes"
notifications:
- provider: Email
to:
Expand Down Expand Up @@ -83,7 +85,9 @@ test_script:
--bindir=..\pgsql\bin
--load-extension=pgroonga
--temp-instance=..\pgsql\test
--schedule=schedule ||
--schedule=schedule
--launcher=test/short-pgappname.bat ||
(type regression.diffs & nonexistent_command)
- set PATH=%CD%\..\pgsql\bin;%PATH%
- ruby test\run-test.rb
- if "%WAL_SUPPORTED%" == "yes"
ruby test\run-test.rb
2 changes: 2 additions & 0 deletions test/short-pgappname.bat
@@ -0,0 +1,2 @@
set PGAPPNAME=pg_regress
%*

0 comments on commit 2b70f61

Please sign in to comment.