[Groonga-mysql-commit] mroonga/mroonga at 4d777a2 [master] appveyor: remove Groonga tests to avoid long file name error

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Feb 3 21:34:48 JST 2015


Kouhei Sutou	2015-02-03 21:34:48 +0900 (Tue, 03 Feb 2015)

  New Revision: 4d777a2b462668865f5d4ad7cb9a2a4f0faa5e3c
  https://github.com/mroonga/mroonga/commit/4d777a2b462668865f5d4ad7cb9a2a4f0faa5e3c

  Message:
    appveyor: remove Groonga tests to avoid long file name error

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+5 -2)
===================================================================
--- appveyor.yml    2015-02-03 20:58:30 +0900 (f3bdffd)
+++ appveyor.yml    2015-02-03 21:34:48 +0900 (d247365)
@@ -9,8 +9,11 @@ install:
   - cd mariadb-10.0.16
   - rmdir /S /Q storage\mroonga\
   - move ..\mroonga storage\mroonga
-  - git clone --depth 1 https://github.com/groonga/groonga.git storage\mroonga\vendor\groonga
-  - git clone --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git storage\mroonga\vendor\groonga\vendor\plugins\groonga-normalizer-mysql
+  - git clone --depth 1 https://github.com/groonga/groonga.git ..\
+  - rmdir /S /A ..\groonga\test\
+  - move ..\groonga storage\mroonga\vendor\
+  - git clone --depth 1 https://github.com/groonga/groonga-normalizer-mysql.git ..\
+  - move ..\groonga-normalizer-mysql storage\mroonga\vendor\groonga\vendor\plugins\
 build_script:
   - cmake . -G "Visual Studio 12"
   - cmake --build . --config RelWithDebInfo
-------------- next part --------------
HTML����������������������������...
Download 



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