Increase shallow clone depth

to mitigate clone failure because of autocommit bot delay.
This commit is contained in:
Kohei Takahashi
2017-10-21 12:19:44 +09:00
parent 5c78fea465
commit 254d570b3d
2 changed files with 2 additions and 2 deletions

View File

@ -543,7 +543,7 @@ install:
- git submodule init libs/utility
- git submodule init tools/build
- git submodule update --depth 1
- git submodule update --depth 10
- 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 1
- git submodule update --depth 10
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\fusion
- cmd /c bootstrap
- b2 headers