[Groonga-commit] pgroonga/pgroonga at 9502184 [master] appveyor: try to use installed MSYS2

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Sep 21 19:02:19 JST 2016


Kouhei Sutou	2016-09-21 19:02:19 +0900 (Wed, 21 Sep 2016)

  New Revision: 9502184dd590d1317f4e4266c0894d452849c719
  https://github.com/pgroonga/pgroonga/commit/9502184dd590d1317f4e4266c0894d452849c719

  Message:
    appveyor: try to use installed MSYS2

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+3 -1)
===================================================================
--- appveyor.yml    2016-09-21 18:56:18 +0900 (f2d0edc)
+++ appveyor.yml    2016-09-21 19:02:19 +0900 (fadd25a)
@@ -1,9 +1,11 @@
 version: "{build}"
 clone_depth: 10
+install:
+  - SET PATH=C:\msys64\usr\bin;%PATH%
 build_script:
   - git submodule update --init
   - cd ..
-  - choco install -y curl 7zip.commandline msys2
+  - choco install -y curl 7zip.commandline
   - 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
-------------- next part --------------
HTML����������������������������...
Download 



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