Navigation Menu

Skip to content

Commit

Permalink
appveyor: use MariaDB 10.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 23, 2016
1 parent 622ff6d commit 5eaf3f8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions appveyor.yml
Expand Up @@ -8,18 +8,18 @@ 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
- rmdir /S /Q ..\groonga\test\
- 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
Expand Down

0 comments on commit 5eaf3f8

Please sign in to comment.