Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/boostorg/boost.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2019-08-15 19:38:25 +0300
committerPeter Dimov <pdimov@gmail.com>2019-08-15 19:38:25 +0300
commite6b2a79e7e706b333d6c648a1ac48ee890611cfb (patch)
tree2bf9e735a86438d476133dd7138760f3ec931f77
parent3e9954672d1787bd87082c33c37453bd0cfe207a (diff)
Remove ci_boost_test_library jobs from .travis.yml; add ci_boost_build job using the release layout
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index d198fd01cd..30d1a3998a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,13 +65,17 @@ matrix:
- env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11
compiler: g++
- # Run tests for the library updated by this commit.
- - env: SCRIPT=ci_boost_test_library TOOLSET=gcc CXXSTD=11
+ # Build Boost with release layout
+ - env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11 RELEASE=1
compiler: g++
- - env: SCRIPT=ci_boost_test_library 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++
+#
+# - env: SCRIPT=ci_boost_test_library TOOLSET=clang CXXSTD=11
+# compiler: clang++
+#
# # Library requirements tests.
# - env: SCRIPT=ci_boost_library_check
#