Kouhei Sutou
null+****@clear*****
Tue Feb 23 23:52:41 JST 2016
Kouhei Sutou 2016-02-23 23:52:41 +0900 (Tue, 23 Feb 2016) New Revision: 5eaf3f84c64caaab5f33281874be453f309b0385 https://github.com/mroonga/mroonga/commit/5eaf3f84c64caaab5f33281874be453f309b0385 Message: appveyor: use MariaDB 10.1.11 Modified files: appveyor.yml Modified: appveyor.yml (+5 -5) =================================================================== --- appveyor.yml 2016-02-23 23:42:29 +0900 (71bbbd1) +++ appveyor.yml 2016-02-23 23:52:41 +0900 (2c9525d) @@ -8,10 +8,10 @@ environment: install: - cd .. - choco install -y curl 7zip.commandline - - curl -O http://mirror.jmu.edu/pub/mariadb/mariadb-10.1.8/source/mariadb-10.1.8.tar.gz - - 7z x mariadb-10.1.8.tar.gz - - 7z x mariadb-10.1.8.tar > nul - - cd mariadb-10.1.8 + - curl -O http://mirror.jmu.edu/pub/mariadb/mariadb-10.1.11/source/mariadb-10.1.11.tar.gz + - 7z x mariadb-10.1.11.tar.gz + - 7z x mariadb-10.1.11.tar > nul + - cd mariadb-10.1.11 - rmdir /S /Q storage\mroonga\ - move ..\mroonga storage\mroonga - git clone --quiet --depth 1 --recursive https://github.com/groonga/groonga.git ..\groonga @@ -19,7 +19,7 @@ install: - 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 + - cd ..\..\mariadb-10.1.11 - mkdir storage\mroonga\vendor - move ..\groonga storage\mroonga\vendor\groonga - git clone --quiet --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git storage\mroonga\vendor\groonga\vendor\plugins\groonga-normalizer-mysql -------------- next part -------------- HTML����������������������������...ダウンロード