Просмотр исходного кода

Add clang/c++14 tests to Travis

Peter Dimov 8 лет назад
Родитель
Сommit
4e02f06378
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      .travis.yml

+ 6 - 0
.travis.yml

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

粤ICP备19079148号