2
0
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:
Andrey Semashev
2018-12-18 22:36:10 +03:00
parent cc09da841f
commit 5269f6cf61
2 changed files with 2 additions and 2 deletions

View File

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

View File

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