Kouhei Sutou
null+****@clear*****
Fri Mar 13 14:16:05 JST 2015
Kouhei Sutou 2015-03-13 14:16:05 +0900 (Fri, 13 Mar 2015) New Revision: 2aecb1feb693703582fb09dcd5b462f26ee37c3c https://github.com/mroonga/mroonga/commit/2aecb1feb693703582fb09dcd5b462f26ee37c3c Message: appveyor: fix "git submodule update" position Modified files: appveyor.yml Modified: appveyor.yml (+3 -1) =================================================================== --- appveyor.yml 2015-03-13 14:13:48 +0900 (0a5de0a) +++ appveyor.yml 2015-03-13 14:16:05 +0900 (2227547) @@ -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 @@ -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 -------------- next part -------------- HTML����������������������������... 다운로드