mirror of
https://github.com/boostorg/regex.git
synced 2025-07-31 13:07:21 +02:00
Use --jobs 3 when updating submodules
This commit is contained in:
@@ -254,11 +254,11 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
|
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
|
||||||
- cd ..
|
- cd ..
|
||||||
- git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
|
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||||
- cd boost-root
|
- cd boost-root
|
||||||
- git submodule update --init tools/boostdep
|
- git submodule update --init tools/boostdep
|
||||||
- cp -r $TRAVIS_BUILD_DIR/* libs/regex
|
- cp -r $TRAVIS_BUILD_DIR/* libs/regex
|
||||||
- python tools/boostdep/depinst/depinst.py regex
|
- python tools/boostdep/depinst/depinst.py -g "--jobs 3" regex
|
||||||
- ./bootstrap.sh
|
- ./bootstrap.sh
|
||||||
- ./b2 headers
|
- ./b2 headers
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user