Use multiple jobs to checkout submodules in CI.

This commit is contained in:
Andrey Semashev
2018-12-18 22:19:50 +03:00
committed by Peter Dimov
parent b1949c0509
commit 61b4e1a45d
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,7 @@ install:
- git submodule init libs/type_traits
- git submodule init tools/build
- git submodule init tools/boost_install
- git submodule update
- git submodule update --jobs 4
- cp -r $TRAVIS_BUILD_DIR/* libs/core
- ./bootstrap.sh
- ./b2 headers

View File

@ -63,7 +63,7 @@ install:
- git submodule init libs/type_traits
- git submodule init tools/build
- git submodule init tools/boost_install
- git submodule update
- git submodule update --jobs 4
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\core
- cmd /c bootstrap
- b2 headers