Navigation Menu

Skip to content

Commit

Permalink
appveyor: fix "git submodule update" position
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 13, 2015
1 parent ac952e4 commit 2aecb1f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
@@ -1,7 +1,6 @@
version: "{build}"
clone_depth: 10
install:
- git submodule update --init
- 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
Expand All @@ -11,6 +10,9 @@ install:
- 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 ..
- rmdir /S /Q ..\groonga\test\
- mkdir storage\mroonga\vendor
- move ..\groonga storage\mroonga\vendor\groonga
Expand Down

0 comments on commit 2aecb1f

Please sign in to comment.