forked from boostorg/core
Use multiple jobs to checkout submodules in CI.
This commit is contained in:
@ -266,7 +266,7 @@ install:
|
|||||||
- git submodule init libs/type_traits
|
- git submodule init libs/type_traits
|
||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
- git submodule update
|
- git submodule update --jobs 4
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/core
|
- cp -r $TRAVIS_BUILD_DIR/* libs/core
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
@ -63,7 +63,7 @@ install:
|
|||||||
- git submodule init libs/type_traits
|
- git submodule init libs/type_traits
|
||||||
- git submodule init tools/build
|
- git submodule init tools/build
|
||||||
- git submodule init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
- git submodule update
|
- git submodule update --jobs 4
|
||||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\core
|
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\core
|
||||||
- cmd /c bootstrap
|
- cmd /c bootstrap
|
||||||
- b2 headers
|
- b2 headers
|
||||||
|
Reference in New Issue
Block a user