Navigation Menu

Skip to content

Commit

Permalink
appveyor: remove Groonga tests to avoid long file name error
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 3, 2015
1 parent da9c92f commit 4d777a2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions appveyor.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4d777a2

Please sign in to comment.