summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@gmail.com>2019-08-15 19:38:25 +0300
committerPeter Dimov <pdimov@gmail.com>2019-08-21 19:06:12 +0300
commit565ae264164e0ff25d719e8bc052374f9b989e30 (patch)
tree53b9d99d66c710a57c42a56e376e60e5f46ad95f /.travis.yml
parentec7845e3c7ad4c03cd92ab9b23b5430543f1966a (diff)
downloadboost-565ae264164e0ff25d719e8bc052374f9b989e30.tar.gz
Remove ci_boost_test_library jobs from .travis.yml; add ci_boost_build job using the release layout
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 9 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b8fc5b3d5..06b1120ec4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,13 +64,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
#