Add assert and core (needed for lightweight_test); use --jobs 3
This commit is contained in:
parent
cecae5082a
commit
3036662f27
@ -96,9 +96,8 @@ install:
|
||||
- cd ..
|
||||
- git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root
|
||||
- cd boost-root
|
||||
- git submodule update --init tools/boostdep
|
||||
- git submodule update --init libs/$LIB
|
||||
- python tools/boostdep/depinst/depinst.py -X test $LIB
|
||||
- git submodule update --init --jobs 3 tools/boostdep libs/assert libs/config libs/core libs/$LIB
|
||||
- python tools/boostdep/depinst/depinst.py -X test -G "--jobs 3" $LIB
|
||||
- rm -rf tools/boost_install/*
|
||||
- cp -r $TRAVIS_BUILD_DIR/* tools/boost_install
|
||||
- ./bootstrap.sh
|
||||
|
Loading…
Reference in New Issue
Block a user