Add building Boost to Travis (#175)

This commit is contained in:
Peter Dimov 2017-12-18 03:39:17 +02:00 committed by GitHub
parent 56fa4a3130
commit 71e08f7a0c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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++