summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPeter Dimov <pdimov@pdimov.com>2017-12-18 03:39:17 +0200
committerPeter Dimov <pdimov@pdimov.com>2017-12-21 18:31:36 +0200
commite6e7b6d9b181181c4a2e1307a5299070b0e66a33 (patch)
tree8bd1e78f86278b5a4e6c39b10c18d2e2e8049c33 /.travis.yml
parent849f05775540afdcede51e27bb433b22e5b11f0e (diff)
downloadboost-e6e7b6d9b181181c4a2e1307a5299070b0e66a33.tar.gz
Add building Boost to Travis (#175)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b6b57571be..9a4805d5c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -55,6 +55,13 @@ matrix:
- env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang CXXSTD=03,11
compiler: clang++
+ # Build Boost
+ - env: SCRIPT=ci_boost_build TOOLSET=gcc CXXSTD=11
+ compiler: g++
+
+ - env: SCRIPT=ci_boost_build 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++