From 2946b6888bb94298325860526b76ed8ee8073942 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 5 Sep 2017 01:59:26 +0300 Subject: travis: move ci_boost_release to front, small fixes --- .travis.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 52d05fb82e..3d3e2de644 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) # # Copyright Rene Rivera 2015-2016. +# Copyright Peter Dimov 2017. branches: only: @@ -11,7 +12,7 @@ branches: dist: trusty -language: c++ +language: cpp compiler: gcc @@ -41,23 +42,26 @@ matrix: - env: TRAVIS_EMPTY_JOB_WORKAROUND=true include: + + # Build release package, but skip the final archive/upload step, + # to stay under time limit + # + # Skip EOL=LF and EOL=CRLF because they often time out + + - env: SCRIPT=ci_boost_release EOL=NONE + # Simple integrated status tests check. - env: SCRIPT=ci_boost_status # Run 'quick' tests. - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc + compiler: g++ - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc CXXSTD=11 + compiler: g++ - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=clang - compiler: clang - - # Build release package, but skip the final archive/upload step, - # to stay under time limit - # - # Skip EOL=LF and EOL=CRLF because they often time out - - - env: SCRIPT=ci_boost_release EOL=NONE + compiler: clang++ # Library requirements tests. - env: SCRIPT=ci_boost_library_check -- cgit v1.2.1