Kentaro Hayashi 2019-04-03 10:54:52 +0900 (Wed, 03 Apr 2019) Revision: b91111cf6b9ac070a2aada6840037035f705e86e https://github.com/groonga/groonga/commit/b91111cf6b9ac070a2aada6840037035f705e86e Message: appveyor: bundle groonga-normalizer-mysql (#919) Modified files: appveyor.yml Modified: appveyor.yml (+4 -0) =================================================================== --- appveyor.yml 2019-04-03 10:18:08 +0900 (5074e9356) +++ appveyor.yml 2019-04-03 10:54:52 +0900 (50e26b15d) @@ -67,6 +67,10 @@ install: $Env:GROONGA_INSTALL_FOLDER += "-x64" } $Env:FULL_GROONGA_INSTALL_FOLDER = $Env:APPVEYOR_BUILD_FOLDER + "\" + $Env:GROONGA_INSTALL_SUB_FOLDER + "\" + $Env:GROONGA_INSTALL_FOLDER + - curl -O http://packages.groonga.org/source/groonga-normalizer-mysql/groonga-normalizer-mysql-latest.zip + - 7z x groonga-normalizer-mysql-latest.zip + - del groonga-normalizer-mysql-latest.zip + - move groonga-normalizer-mysql* vendor\plugins\groonga-normalizer-mysql build_script: - git submodule update --init -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190403/5b9f9319/attachment.html>