Add assert and core (needed for lightweight_test); use --jobs 3

This commit is contained in:
Peter Dimov 2019-01-14 04:19:40 +02:00
parent cecae5082a
commit 3036662f27

View File

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