[Groonga-mysql-commit] mroonga/mroonga at 861eb6e [master] appveyor: use MariaDB 10.0.17

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Mar 14 22:58:54 JST 2015


Kouhei Sutou	2015-03-14 22:58:54 +0900 (Sat, 14 Mar 2015)

  New Revision: 861eb6e7544fb8a9d481cc98fc347ae1c7e29c5f
  https://github.com/mroonga/mroonga/commit/861eb6e7544fb8a9d481cc98fc347ae1c7e29c5f

  Message:
    appveyor: use MariaDB 10.0.17

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+5 -5)
===================================================================
--- appveyor.yml    2015-03-14 00:25:31 +0900 (b0e70ab)
+++ appveyor.yml    2015-03-14 22:58:54 +0900 (de368b8)
@@ -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.16/source/mariadb-10.0.16.tar.gz
-  - 7z x mariadb-10.0.16.tar.gz
-  - 7z x mariadb-10.0.16.tar > nul
-  - cd mariadb-10.0.16
+  - 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
   - 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.16
+  - cd ..\mariadb-10.0.17
   - rmdir /S /Q ..\groonga\test\
   - mkdir storage\mroonga\vendor
   - move ..\groonga storage\mroonga\vendor\groonga
-------------- next part --------------
HTML����������������������������...
下载 



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