mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-30 20:47:31 +02:00
Increase shallow clone depth
to mitigate clone failure because of autocommit bot delay.
This commit is contained in:
@ -543,7 +543,7 @@ install:
|
|||||||
- git submodule init libs/utility
|
- git submodule init libs/utility
|
||||||
|
|
||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule update --depth 1
|
- git submodule update --depth 10
|
||||||
|
|
||||||
- rm -rf libs/fusion
|
- rm -rf libs/fusion
|
||||||
- mv $TRAVIS_BUILD_DIR libs/fusion
|
- mv $TRAVIS_BUILD_DIR libs/fusion
|
||||||
|
@ -63,7 +63,7 @@ install:
|
|||||||
- git submodule init libs/utility
|
- git submodule init libs/utility
|
||||||
|
|
||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule update --depth 1
|
- git submodule update --depth 10
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\fusion
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\fusion
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
Reference in New Issue
Block a user