Adjust Travis matrix

This commit is contained in:
Vinnie Falco
2019-02-20 19:54:48 -08:00
parent eea3929b26
commit 95314b7c3a
2 changed files with 24 additions and 20 deletions

View File

@@ -32,7 +32,7 @@ matrix:
- VARIANT=beast_coverage - VARIANT=beast_coverage
- TOOLSET=gcc - TOOLSET=gcc
- COMPILER=g++-6 - COMPILER=g++-6
- CXXSTD=11 - CXXSTD=14
before_install: before_install:
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip - pip install --user https://github.com/codecov/codecov-python/archive/master.zip
addons: addons:
@@ -45,37 +45,28 @@ matrix:
sources: sources:
- *base_sources - *base_sources
# Default clang++ # Default clang++ with libc++
- os: linux - os: linux
compiler: clang++ compiler: clang++-libc++
script: b2 -j3 libs/beast/test toolset=clang cxxstd=11 script: b2 -j3 libs/beast/test toolset=clang cxxstd=11 cxxflags=-stdlib=libc++ linkflags=-stdlib=libc++
addons:
# OSX Clang, C++11, libc++, debug, apt:
# - if: branch != master packages:
- os: osx - libc++-dev
compiler: clang++
env:
- VARIANT=debug
- TOOLSET=clang
- COMPILER=clang++
- CXXSTD=14
before_install:
- brew install openssl
- export OPENSSL_ROOT=$(brew --prefix openssl)
# Default g++ # Default g++
- os: linux - os: linux
compiler: g++ compiler: g++
script: b2 -j3 libs/beast/test toolset=gcc cxxstd=11 script: b2 -j3 libs/beast/test toolset=gcc cxxstd=11
# GCC 8, C++14, libstdc++, release # GCC 8, C++17, libstdc++, release
- os: linux - os: linux
compiler: g++-8 compiler: g++-8
env: env:
- VARIANT=release - VARIANT=release
- TOOLSET=gcc - TOOLSET=gcc
- COMPILER=g++-8 - COMPILER=g++-8
- CXXSTD=14 - CXXSTD=17
addons: addons:
apt: apt:
packages: packages:
@@ -122,6 +113,19 @@ matrix:
- llvm-toolchain-precise-3.8 - llvm-toolchain-precise-3.8
- *base_sources - *base_sources
# OSX Clang, C++11, libc++, debug,
# - if: branch != master
- os: osx
compiler: clang++
env:
- VARIANT=debug
- TOOLSET=clang
- COMPILER=clang++
- CXXSTD=11,14,17
before_install:
- brew install openssl
- export OPENSSL_ROOT=$(brew --prefix openssl)
install: install:
- export BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true - export BOOST_BRANCH=develop && [ "$TRAVIS_BRANCH" == "master" ] && BOOST_BRANCH=master || true
- cd .. - cd ..

View File

@@ -34,7 +34,7 @@
''' '''
! !
* Chat with us at the [*#beast] and [*#boost] channels in the * Chat with us at the [*#beast] and [*#boost] channels in the
[@https://cppalliance.org/slack/ C++ Slack Workspace]. [@https://cppalliance.org/slack/ [*C++ Slack Workspace]].
* [link beast.ref.boost__beast__basic_stream `basic_stream`] and * [link beast.ref.boost__beast__basic_stream `basic_stream`] and
[link beast.ref.boost__beast__basic_stream `tcp_stream`] offer: [link beast.ref.boost__beast__basic_stream `tcp_stream`] offer:
* Timeouts: * Timeouts: