Use multiple jobs to checkout submodules in CI.

This commit is contained in:
Andrey Semashev
2018-12-18 22:19:50 +03:00
parent 2b60d044ac
commit 83ea633d09
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 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

View File

@ -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