mirror of
https://github.com/boostorg/sync.git
synced 2026-01-19 04:42:12 +00:00
Use multiple jobs to checkout submodules in parallel in CI.
This commit is contained in:
@@ -260,7 +260,7 @@ install:
|
||||
- git submodule init tools/build
|
||||
- git submodule init tools/boost_install
|
||||
- git submodule init libs/headers
|
||||
- git submodule update
|
||||
- git submodule update --jobs 4
|
||||
- cp -r $TRAVIS_BUILD_DIR/* libs/sync
|
||||
- python tools/boostdep/depinst/depinst.py sync
|
||||
- ./bootstrap.sh
|
||||
|
||||
@@ -90,7 +90,7 @@ install:
|
||||
- git submodule init tools/build
|
||||
- git submodule init tools/boost_install
|
||||
- git submodule init libs/headers
|
||||
- git submodule update
|
||||
- git submodule update --jobs 4
|
||||
- xcopy /s /e /q %APPVEYOR_BUILD_FOLDER% libs\sync
|
||||
- python tools/boostdep/depinst/depinst.py sync
|
||||
- cmd /c bootstrap
|
||||
|
||||
Reference in New Issue
Block a user