mirror of
https://github.com/boostorg/detail.git
synced 2025-08-03 22:34:27 +02:00
Enabled multiple git fetch jobs while executing depinst in CI.
This commit is contained in:
@@ -250,6 +250,7 @@ matrix:
|
||||
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
||||
|
||||
install:
|
||||
- GIT_FETCH_JOBS=8
|
||||
- BOOST_BRANCH=develop
|
||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
||||
- cd ..
|
||||
@@ -260,9 +261,9 @@ install:
|
||||
- git submodule init tools/boost_install
|
||||
- git submodule init libs/headers
|
||||
- git submodule init libs/config
|
||||
- git submodule update --jobs 4
|
||||
- git submodule update --jobs $GIT_FETCH_JOBS
|
||||
- cp -r $TRAVIS_BUILD_DIR/* libs/detail
|
||||
- python tools/boostdep/depinst/depinst.py detail
|
||||
- python tools/boostdep/depinst/depinst.py --git_args "--jobs $GIT_FETCH_JOBS" detail
|
||||
- ./bootstrap.sh
|
||||
- ./b2 headers
|
||||
|
||||
|
Reference in New Issue
Block a user