[Groonga-commit] groonga/groonga at 4546b94 [master] appveyor: enable LZ4

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Thu Apr 6 13:36:23 JST 2017


Kouhei Sutou	2017-04-06 13:36:23 +0900 (Thu, 06 Apr 2017)

  New Revision: 4546b9423f41ef734e62d7c4638b01fc2eae2ecc
  https://github.com/groonga/groonga/commit/4546b9423f41ef734e62d7c4638b01fc2eae2ecc

  Message:
    appveyor: enable LZ4

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -2)
===================================================================
--- appveyor.yml    2017-04-06 13:35:47 +0900 (ff6f2d2)
+++ appveyor.yml    2017-04-06 13:36:23 +0900 (ef83843)
@@ -39,14 +39,14 @@ build_script:
   - cd vendor
   - ruby download_mecab.rb
   - ruby download_message_pack.rb
-#  - ruby download_lz4.rb
+  - ruby download_lz4.rb
   - cd ..
   - cmake . -G "%CMAKE_GENERATOR_NAME%"
       -DCMAKE_INSTALL_PREFIX=c:\groonga
       -DGRN_WITH_MRUBY=yes
       -DGRN_WITH_BUNDLED_MECAB=yes
       -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes
-#      -DGRN_WITH_BUNDLED_LZ4=yes
+      -DGRN_WITH_BUNDLED_LZ4=yes
   - cmake --build . --config Debug
   - cmake --build . --config Debug --target Install
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index