Kouhei Sutou
null+****@clear*****
Sat May 21 16:11:11 JST 2016
Kouhei Sutou 2016-05-21 16:11:11 +0900 (Sat, 21 May 2016) New Revision: 23266cf64c16e87016d00a1ec2e4675ca1c57776 https://github.com/groonga/groonga/commit/23266cf64c16e87016d00a1ec2e4675ca1c57776 Message: appveyor: install MeCab Modified files: appveyor.yml Modified: appveyor.yml (+8 -1) =================================================================== --- appveyor.yml 2016-05-21 15:41:42 +0900 (e3a05d3) +++ appveyor.yml 2016-05-21 16:11:11 +0900 (ebcf429) @@ -31,7 +31,14 @@ build_script: $Env:CMAKE_GENERATOR_NAME = "Visual Studio 12 2013 Win64" } - git submodule update --init - - cmake . -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_INSTALL_PREFIX=c:\groonga + - cd vendor + - ruby download_mecab.rb + - cd .. + - | + cmake . ^ + -G "%CMAKE_GENERATOR_NAME%" ^ + -DCMAKE_INSTALL_PREFIX=c:\groonga ^ + -DGRN_WITH_BUNDLED_MECAB=yes - cmake --build . --config Debug - cmake --build . --config Debug --target Install -------------- next part -------------- HTML����������������������������... 다운로드