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

travis: test the library updated by the commit

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

+ 4 - 0
.travis.yml

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

粤ICP备19079148号