mirror of
https://github.com/boostorg/core.git
synced 2025-07-29 12:27:42 +02:00
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 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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user