[Groonga-commit] groonga/groonga at 40f35d0 [master] appveyor: use MessagePack

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Sun May 22 21:35:52 JST 2016


Kouhei Sutou	2016-05-22 21:35:52 +0900 (Sun, 22 May 2016)

  New Revision: 40f35d0db65ebed61e1fdd0207ccc379dccb3db2
  https://github.com/groonga/groonga/commit/40f35d0db65ebed61e1fdd0207ccc379dccb3db2

  Message:
    appveyor: use MessagePack

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+2 -1)
===================================================================
--- appveyor.yml    2016-05-22 21:11:50 +0900 (5f5493e)
+++ appveyor.yml    2016-05-22 21:35:52 +0900 (1928e40)
@@ -33,8 +33,9 @@ build_script:
   - git submodule update --init
   - cd vendor
   - ruby download_mecab.rb
+  - ruby download_message_pack.rb
   - cd ..
-  - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX=c:\groonga -DGRN_WITH_BUNDLED_MECAB=yes
+  - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX=c:\groonga -DGRN_WITH_BUNDLED_MECAB=yes -DGRN_WITH_BUNDLED_MESSAGE_PACK=yes
   - cmake --build . --config Debug
   - cmake --build . --config Debug --target Install
 
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る