[Groonga-mysql-commit] mroonga/mroonga at 622ff6d [master] appveyor: use bundled LZ4

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 23 23:42:29 JST 2016


Kouhei Sutou	2016-02-23 23:42:29 +0900 (Tue, 23 Feb 2016)

  New Revision: 622ff6df4148f64f78ce7189d66b8a911acca7d2
  https://github.com/mroonga/mroonga/commit/622ff6df4148f64f78ce7189d66b8a911acca7d2

  Message:
    appveyor: use bundled LZ4

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -0)
===================================================================
--- appveyor.yml    2016-02-16 14:44:29 +0900 (81427c0)
+++ appveyor.yml    2016-02-23 23:42:29 +0900 (71bbbd1)
@@ -17,6 +17,7 @@ install:
   - git clone --quiet --depth 1 --recursive https://github.com/groonga/groonga.git ..\groonga
   - rmdir /S /Q ..\groonga\test\
   - cd ..\groonga\vendor
+  - c:\Ruby22-x64\bin\ruby -v download_lz4.rb
   - c:\Ruby22-x64\bin\ruby -v download_mecab.rb
   - cd ..\..\mariadb-10.1.8
   - mkdir storage\mroonga\vendor
@@ -47,6 +48,7 @@ build_script:
       -DWITHOUT_TOKUDB=ON
       -DWITHOUT_XTRADB=ON
       -DWITH_UNIT_TESTS=OFF
+      -DGRN_WITH_BUNDLED_LZ4=ON
       -DGRN_WITH_BUNDLED_MECAB=ON
   - cmake --build . --config Debug
 
-------------- next part --------------
HTML����������������������������...
Download 



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