[Groonga-commit] pgroonga/pgroonga at faab5e9 [master] appveyor: use unreleased Groonga

Back to archive index

Kouhei Sutou null+****@clear*****
Fri Sep 23 01:21:41 JST 2016


Kouhei Sutou	2016-09-23 01:21:41 +0900 (Fri, 23 Sep 2016)

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

  Message:
    appveyor: use unreleased Groonga

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+19 -3)
===================================================================
--- appveyor.yml    2016-09-22 17:50:22 +0900 (c8afdc6)
+++ appveyor.yml    2016-09-23 01:21:41 +0900 (4b72076)
@@ -7,13 +7,29 @@ build_script:
   - cd ..
   - choco install -y curl 7zip.commandline
 
+  # PostgreSQL
   - 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
-  - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.8.zip
-  - 7z x groonga-6.0.8.zip > nul
-  - mv groonga-6.0.8 vendor\groonga
+
+  # Groonga
+  #   Released version:
+  # - curl -O http://packages.groonga.org/source/groonga/groonga-6.0.8.zip
+  # - 7z x groonga-6.0.8.zip > nul
+  # - mv groonga-6.0.8 vendor\groonga
+  #   Unreleased version:
+  - git clone --depth 1
+      https://github.com/groonga/groonga.git
+      vendor\groonga
+  - cd vendor\groonga
+  - git submodule update --init --depth 1
+  - cd vendor
+  - ruby download_mecab.rb
+  - ruby download_message_pack.rb
+  - ruby download_lz4.rb
+  - cd ..\..\..
+
   - cmake . -G "Visual Studio 12 2013 Win64"
       -DCMAKE_INSTALL_PREFIX="..\\pgsql"
       -DGRN_WITH_MRUBY=yes
-------------- next part --------------
HTML����������������������������...
Download 



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