From 0ad83592af44d8bd793500f7570de83c7825a96f Mon Sep 17 00:00:00 2001 From: Daniel James Date: Sun, 21 Jan 2018 21:09:50 +0000 Subject: [PATCH] Test g++-7, and display output from hash_info --- .travis.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.travis.yml b/.travis.yml index 21f9e8f..644cb20 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,16 @@ matrix: env: | USER_CONFIG="using gcc : : g++-4.8 -Werror ;" CXXSTD=03,11 + - compiler: g++-7 + env: | + USER_CONFIG="using gcc : : g++-7 -Werror ;" + CXXSTD=11,14,17 + addons: + apt: + packages: + - g++-7 + sources: + - ubuntu-toolchain-r-test - compiler: clang env: | USER_CONFIG="using clang : : clang++ -Werror ;" @@ -64,4 +74,5 @@ before_script: script: - cd ${TRAVIS_BUILD_DIR}/test + - ${HOME}/opt/bin/b2 --verbose-test -j 3 cxxstd=$CXXSTD -q ${BJAM_TOOLSET} include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include hash_info - ${HOME}/opt/bin/b2 -j 3 cxxstd=$CXXSTD -q ${BJAM_TOOLSET} include=${BOOST_ROOT} include=${TRAVIS_BUILD_DIR}/include