[Groonga-commit] pgroonga/pgroonga at f7c4b81 [master] appveyor: try to install MSYS2 based diff

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 21 18:56:18 JST 2016


Kouhei Sutou	2016-09-21 18:56:18 +0900 (Wed, 21 Sep 2016)

  New Revision: f7c4b8181e01ddf23874b89000b827e06093ddaf
  https://github.com/pgroonga/pgroonga/commit/f7c4b8181e01ddf23874b89000b827e06093ddaf

  Message:
    appveyor: try to install MSYS2 based diff

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -2)
===================================================================
--- appveyor.yml    2016-09-21 18:09:52 +0900 (6516ec6)
+++ appveyor.yml    2016-09-21 18:56:18 +0900 (f2d0edc)
@@ -3,7 +3,8 @@ clone_depth: 10
 build_script:
   - git submodule update --init
   - cd ..
-  - choco install -y curl 7zip.commandline
+  - choco install -y curl 7zip.commandline msys2
+  - bash -lc "pacman -Sy --needed --noconfirm diff"
   - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.5.3-1-windows-x64-binaries.zip
   - 7z x postgresql-9.5.3-1-windows-x64-binaries.zip > nul
   - cd pgroonga
@@ -27,8 +28,8 @@ notifications:
     on_build_status_changed: true
 
 test_script:
+  - mkdir results\array\varchar\single\match
   - ..\pgsql\bin\pg_regress
-      --inputdir=C:/projects/pgroonga
       --bindir=..\pgsql\bin
       --load-extension=pgroonga
       --temp-instance=..\pgsql\test
-------------- next part --------------
HTML����������������������������...
Download 



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