[Groonga-mysql-commit] mroonga/mroonga at 1352aa8 [master] appveyor: use the latest MariaDB 10.0

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jun 20 18:25:07 JST 2015


Kouhei Sutou	2015-06-20 18:25:07 +0900 (Sat, 20 Jun 2015)

  New Revision: 1352aa8365acf2fa50c08a197f8621640f3211a6
  https://github.com/mroonga/mroonga/commit/1352aa8365acf2fa50c08a197f8621640f3211a6

  Message:
    appveyor: use the latest MariaDB 10.0

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+5 -5)
===================================================================
--- appveyor.yml    2015-06-20 14:52:10 +0900 (de368b8)
+++ appveyor.yml    2015-06-20 18:25:07 +0900 (038d590)
@@ -3,16 +3,16 @@ clone_depth: 10
 install:
   - cd ..
   - choco install -y curl 7zip.commandline
-  - curl -O http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.17/source/mariadb-10.0.17.tar.gz
-  - 7z x mariadb-10.0.17.tar.gz
-  - 7z x mariadb-10.0.17.tar > nul
-  - cd mariadb-10.0.17
+  - curl -O http://mirror.jmu.edu/pub/mariadb/mariadb-10.0.20/source/mariadb-10.0.20.tar.gz
+  - 7z x mariadb-10.0.20.tar.gz
+  - 7z x mariadb-10.0.20.tar > nul
+  - cd mariadb-10.0.20
   - rmdir /S /Q storage\mroonga\
   - move ..\mroonga storage\mroonga
   - git clone --quiet --depth 1 https://github.com/groonga/groonga.git ..\groonga
   - cd ..\groonga
   - git submodule update --init
-  - cd ..\mariadb-10.0.17
+  - cd ..\mariadb-10.0.20
   - rmdir /S /Q ..\groonga\test\
   - mkdir storage\mroonga\vendor
   - move ..\groonga storage\mroonga\vendor\groonga
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-mysql-commit mailing list
Back to archive index