[Groonga-commit] pgroonga/pgroonga at 2b70f61 [master] appveyor: support recent PostgreSQL

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Oct 10 12:31:01 JST 2017


Kouhei Sutou	2017-10-10 12:31:01 +0900 (Tue, 10 Oct 2017)

  New Revision: 2b70f6141d51d2e003a1b8d61b794accbbc374f1
  https://github.com/pgroonga/pgroonga/commit/2b70f6141d51d2e003a1b8d61b794accbbc374f1

  Message:
    appveyor: support recent PostgreSQL

  Added files:
    test/short-pgappname.bat
  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+6 -2)
===================================================================
--- appveyor.yml    2017-10-10 11:53:26 +0900 (fc0ccda)
+++ appveyor.yml    2017-10-10 12:31:01 +0900 (00f213b)
@@ -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:
@@ -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

  Added: test/short-pgappname.bat (+2 -0) 100644
===================================================================
--- /dev/null
+++ test/short-pgappname.bat    2017-10-10 12:31:01 +0900 (860fbd7)
@@ -0,0 +1,2 @@
+set PGAPPNAME=pg_regress
+%*
-------------- next part --------------
HTML����������������������������...
URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20171010/2e808b83/attachment.htm 



More information about the Groonga-commit mailing list
Back to archive index