Remove depth option from submodule update.

We need `back to the future` sometime, such as merge develop to master.
This commit is contained in:
Kohei Takahashi
2017-10-30 14:34:59 +09:00
parent 3cd289836d
commit 33ce5701ae
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ install:
- git submodule init libs/utility
- git submodule init tools/build
- git submodule update --depth 10
- git submodule update
- rm -rf libs/fusion
- mv $TRAVIS_BUILD_DIR libs/fusion

View File

@@ -63,7 +63,7 @@ install:
- git submodule init libs/utility
- git submodule init tools/build
- git submodule update --depth 10
- git submodule update
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\fusion
- cmd /c bootstrap
- b2 headers