Update .travis.yml

This commit is contained in:
Peter Dimov
2017-10-24 20:12:26 +03:00
parent fbcfe753ee
commit 4bd93cd414

View File

@@ -1,4 +1,4 @@
# Copyright 2016 Peter Dimov # Copyright 2016, 2017 Peter Dimov
# Distributed under the Boost Software License, Version 1.0. # Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt) # (See accompanying file LICENSE_1_0.txt or copy at http://boost.org/LICENSE_1_0.txt)
@@ -6,31 +6,48 @@ language: cpp
sudo: false sudo: false
os:
- linux
- osx
branches: branches:
only: only:
- master - master
- develop - develop
- /feature\/.*/
env:
matrix:
- BOGUS_JOB=true
matrix:
exclude:
- env: BOGUS_JOB=true
include:
- os: linux
compiler: g++
env: TOOLSET=gcc CXXSTD=03,11
- os: linux
compiler: clang++
env: TOOLSET=clang CXXSTD=03,11,14,1z
- os: osx
compiler: clang++
env: TOOLSET=clang CXXSTD=03,11,14,1z
install: install:
- BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd .. - cd ..
- git clone -b $TRAVIS_BRANCH https://github.com/boostorg/boost.git boost-root - git clone -b $BOOST_BRANCH https://github.com/boostorg/boost.git boost-root
- cd boost-root - cd boost-root
- git submodule init libs/config - git submodule update --init tools/build
- git submodule init libs/core - git submodule update --init libs/config
- git submodule init tools/build - git submodule update --init libs/core
- git submodule update
- cp -r $TRAVIS_BUILD_DIR/* libs/assert - cp -r $TRAVIS_BUILD_DIR/* libs/assert
- ./bootstrap.sh - ./bootstrap.sh
- ./b2 headers - ./b2 headers
script: script:
- TOOLSET=gcc,clang - ./b2 libs/assert/test toolset=$TOOLSET cxxstd=$CXXSTD
- if [ $TRAVIS_OS_NAME == osx ]; then TOOLSET=clang; fi
- ./b2 libs/assert/test toolset=$TOOLSET
notifications: notifications:
email: email: