[Groonga-commit] pgroonga/pgroonga at 85615da [master] appveyor: use --recrusive

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Jul 26 17:05:51 JST 2015


Kouhei Sutou	2015-07-26 17:05:51 +0900 (Sun, 26 Jul 2015)

  New Revision: 85615da8a4657870c9170df78b2b8c837ba6a43f
  https://github.com/pgroonga/pgroonga/commit/85615da8a4657870c9170df78b2b8c837ba6a43f

  Message:
    appveyor: use --recrusive

  Modified files:
    appveyor.yml

  Modified: appveyor.yml (+1 -4)
===================================================================
--- appveyor.yml    2015-07-26 17:05:22 +0900 (6950aa3)
+++ appveyor.yml    2015-07-26 17:05:51 +0900 (f798983)
@@ -7,10 +7,7 @@ build_script:
   - 7z x postgresql-9.4.1-3-windows-x64-binaries.zip > nul
   - cd pgroonga
   - mkdir vendor
-  - git clone --quiet --depth 1 https://github.com/groonga/groonga.git vendor\groonga
-  - cd vendor\groonga
-  - git submodule update --init
-  - cd ..\..
+  - git clone --recursive --quiet --depth 1 https://github.com/groonga/groonga.git vendor\groonga
   - cmake . -G "Visual Studio 12 2013 Win64" -DCMAKE_INSTALL_PREFIX="..\\pgsql"
   - cmake --build . --config Debug
   - cmake --build . --config Debug --target Install
-------------- next part --------------
HTML����������������������������...
Download 



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