From f2e83915c3c2658c93216e936f9a5f02d27265b0 Mon Sep 17 00:00:00 2001 From: Antony Polukhin Date: Sun, 5 Jul 2020 19:30:18 +0300 Subject: [PATCH] CI fixes (1) --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4cd07a..addcc4c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -93,7 +93,8 @@ before_install: - BOOST=$HOME/boost-local - git clone -b $BOOST_BRANCH --depth 10 https://github.com/boostorg/boost.git $BOOST - cd $BOOST - - git submodule update --init --depth 10 --jobs 2 tools/build tools/boostdep tools/inspect + - git submodule update --init --depth 10 --jobs 2 tools/build tools/boostdep tools/inspect libs/filesystem + - python tools/boostdep/depinst/depinst.py --git_args "--depth 10 --jobs 2" $BOOST/libs/filesystem # Replacing Boost module with this project and installing Boost dependencies - echo "Testing $BOOST/libs/$BOOST_LIBS_FOLDER moved from $TRAVIS_BUILD_DIR, branch $BOOST_BRANCH"