From b4fcf7df744fc78738be2fd7240608cf1dfd250b Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Fri, 5 Oct 2018 23:17:12 +0300 Subject: [PATCH] Add LIB=thread, CHECK_DEPENDENCIES=1 to Travis --- .travis.yml | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef4b37c..8c3a761 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,8 +13,21 @@ branches: - /feature\/.*/ env: - - LIB=system - - LIB=filesystem + matrix: + - BOGUS_JOB=true + +matrix: + exclude: + - env: BOGUS_JOB=true + + include: + - env: LIB=system + - env: LIB=filesystem + - env: LIB=thread + - env: CHECK_DEPENDENCIES=1 LIB=../tools/boostdep + script: + - ./b2 tools/boostdep/build//install + - dist/bin/boostdep --list-buildable-dependencies | diff -u tools/boost_install/boost-install-dependencies.jam - install: - BOOST_BRANCH=feature/cmake-config