mirror of
https://github.com/boostorg/beast.git
synced 2025-08-02 14:24:31 +02:00
Install codecov on codecov CI targets only
This commit is contained in:
@@ -43,6 +43,8 @@ matrix:
|
|||||||
- TOOLSET=gcc
|
- TOOLSET=gcc
|
||||||
- COMPILER=g++-6
|
- COMPILER=g++-6
|
||||||
- CXXSTD=c++11
|
- CXXSTD=c++11
|
||||||
|
before_install:
|
||||||
|
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
@@ -118,9 +120,6 @@ matrix:
|
|||||||
|
|
||||||
# OSX
|
# OSX
|
||||||
|
|
||||||
before_install: &base_before_install
|
|
||||||
- pip install --user https://github.com/codecov/codecov-python/archive/master.zip
|
|
||||||
|
|
||||||
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 ..
|
||||||
|
@@ -1,3 +1,11 @@
|
|||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Version 148:
|
||||||
|
|
||||||
|
* Install codecov on codecov CI targets only
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
Version 147:
|
Version 147:
|
||||||
|
|
||||||
* Don't use boost::string_ref
|
* Don't use boost::string_ref
|
||||||
|
Reference in New Issue
Block a user