travis: move ci_boost_release to front, small fixes

This commit is contained in:
Peter Dimov 2017-09-05 01:59:26 +03:00
parent eb56e0e94d
commit 2946b6888b

View file

@ -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