forked from boostorg/detail
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
|
env: TOOLSET=clang COMPILER=clang++ CXXSTD=03,11,14,1z
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
- GIT_FETCH_JOBS=8
|
||||||
- BOOST_BRANCH=develop
|
- BOOST_BRANCH=develop
|
||||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
- if [ "$TRAVIS_BRANCH" = "master" ]; then BOOST_BRANCH=master; fi
|
||||||
- cd ..
|
- cd ..
|
||||||
@@ -260,9 +261,9 @@ install:
|
|||||||
- git submodule init tools/boost_install
|
- git submodule init tools/boost_install
|
||||||
- git submodule init libs/headers
|
- git submodule init libs/headers
|
||||||
- git submodule init libs/config
|
- git submodule init libs/config
|
||||||
- git submodule update --jobs 4
|
- git submodule update --jobs $GIT_FETCH_JOBS
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/detail
|
- 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
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user