From f86480f6ebffdc7c957b79539e89c15a8cc502d3 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 18 Dec 2018 21:55:03 +0300 Subject: [PATCH] Added tools/boost_install and libs/headers manual checkout to CI jobs. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b1fefff..8fd8489 100644 --- a/.travis.yml +++ b/.travis.yml @@ -254,9 +254,10 @@ install: - cd .. - git clone -b $BOOST_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root + - git submodule update --init libs/headers - git submodule update --init tools/build - - git submodule update --init libs/config - git submodule update --init tools/boostdep + - git submodule update --init tools/boost_install - cp -r $TRAVIS_BUILD_DIR/* libs/detail - python tools/boostdep/depinst/depinst.py detail - ./bootstrap.sh