Add building Boost to Travis (#175)

This commit is contained in:
Peter Dimov 2017-12-18 03:39:17 +02:00
parent 849f057755
commit e6e7b6d9b1

View file

@ -55,6 +55,13 @@ matrix:
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=03,11
compiler: clang++
# Build Boost
- env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11
compiler: g++
- env: SCRIPT=ci_boost_build TOOLSET=clang CXXSTD=11
compiler: clang++
# Run tests for the library updated by this commit.
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
compiler: g++