[Groonga-commit] pgroonga/pgroonga at fb99ad0 [master] appveyor: use source archive for Groonga

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 23:49:46 JST 2016


Kouhei Sutou	2016-02-23 23:49:46 +0900 (Tue, 23 Feb 2016)

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

  Message:
    appveyor: use source archive for Groonga

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+8 -2)
===================================================================
--- appveyor.yml    2016-02-23 23:43:23 +0900 (4d05e4a)
+++ appveyor.yml    2016-02-23 23:49:46 +0900 (7eafc60)
@@ -7,8 +7,14 @@ build_script:
   - curl -O http://get.enterprisedb.com/postgresql/postgresql-9.4.1-3-windows-x64-binaries.zip
   - 7z x postgresql-9.4.1-3-windows-x64-binaries.zip > nul
   - cd pgroonga
-  - git clone --recursive --quiet --depth 1 https://github.com/groonga/groonga.git vendor\groonga
-  - cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX="..\\pgsql" -DGRN_WITH_MRUBY=yes
+  - curl -O http://packages.groonga.org/source/groonga/groonga-5.1.2.zip
+  - 7z x groonga-5.1.2.zip > nul
+  - mv groonga-5.1.2 vendor\groonga
+  - cmake . -G "Visual Studio 12 2013 Win64"
+      -DCMAKE_INSTALL_PREFIX="..\\pgsql"
+      -DGRN_WITH_MRUBY=yes
+      -DGRN_WITH_BUNDLED_MECAB=yes
+      -DGRN_WITH_BUNDLED_LZ4=yes
   - cmake --build . --config Debug
   - cmake --build . --config Debug --target Install
 
-------------- next part --------------
HTML����������������������������...
Descargar 



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