mirror of
https://github.com/boostorg/boost.git
synced 2025-04-11 07:41:06 +00:00
Add clang/c++14 tests to Travis
This commit is contained in:
parent
dfd7c0f462
commit
4e02f06378
1 changed files with 6 additions and 0 deletions
|
@ -65,10 +65,16 @@ matrix:
|
|||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
|
||||
compiler: clang++
|
||||
|
||||
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=14
|
||||
compiler: clang++
|
||||
|
||||
# Run tests for the library updated by this commit.
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
|
||||
compiler: g++
|
||||
|
||||
- env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=14
|
||||
compiler: g++
|
||||
|
||||
# Library requirements tests.
|
||||
- env: SCRIPT=ci_boost_library_check
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue