mirror of
https://github.com/boostorg/boost.git
synced 2025-04-05 21:45:00 +00:00
Add building Boost to Travis (#175)
This commit is contained in:
parent
849f057755
commit
e6e7b6d9b1
1 changed files with 7 additions and 0 deletions
|
@ -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++
|
||||
|
|
Loading…
Add table
Reference in a new issue