From ac79665c9eccb5bcb083d573825c2a0a387f3221 Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Fri, 15 Jul 2016 17:24:12 +0100 Subject: [PATCH] Need travis to build boost-regex too... --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3ecbf0c..0dcad3f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,7 +69,7 @@ install: if [[ "${BOOST_URL}" != "" ]] && [ ! -d opt/include/boost ]; then echo "Downloading boost ${BOOST_VERSION}..."; mkdir boost && travis_retry wget --quiet -O - ${BOOST_URL} | tar --strip-components=1 -xz -C boost; - (cd boost && ./bootstrap.sh && ./b2 install --ignore-site-config --with-filesystem --with-program_options --with-system --prefix=${DEPS_DIR}/opt) > /dev/null + (cd boost && ./bootstrap.sh && ./b2 install --ignore-site-config --with-filesystem --with-program_options --with-system --with-regex --prefix=${DEPS_DIR}/opt) > /dev/null fi # Install yaml-cpp