|
@@ -65,14 +65,14 @@ matrix:
|
|
|
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
|
|
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang
|
|
|
compiler: clang++
|
|
compiler: clang++
|
|
|
|
|
|
|
|
- - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=14
|
|
|
|
|
|
|
+ - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=11
|
|
|
compiler: clang++
|
|
compiler: clang++
|
|
|
|
|
|
|
|
# Run tests for the library updated by this commit.
|
|
# Run tests for the library updated by this commit.
|
|
|
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
|
|
- env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
|
|
|
compiler: g++
|
|
compiler: g++
|
|
|
|
|
|
|
|
- - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=14
|
|
|
|
|
|
|
+ - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
|
|
|
compiler: g++
|
|
compiler: g++
|
|
|
|
|
|
|
|
# Library requirements tests.
|
|
# Library requirements tests.
|