From 2946b6888bb94298325860526b76ed8ee8073942 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Tue, 5 Sep 2017 01:59:26 +0300 Subject: [PATCH] travis: move ci_boost_release to front, small fixes --- .travis.yml | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) 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,16 +42,6 @@ matrix: - env: TRAVIS_EMPTY_JOB_WORKAROUND=true include: - # Simple integrated status tests check. - - env: SCRIPT=ci_boost_status - - # Run 'quick' tests. - - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc - - - env: SCRIPT=ci_boost_status TARGET=quick TOOLSET=gcc CXXSTD=11 - - - 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 @@ -59,6 +50,19 @@ matrix: - 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++ + # Library requirements tests. - env: SCRIPT=ci_boost_library_check