WIP: coveralls.io
This commit is contained in:
parent
5f7a913974
commit
acc968a8a3
14
.travis.yml
14
.travis.yml
@ -31,6 +31,20 @@ matrix:
|
||||
osx_image: xcode8
|
||||
compiler: clang
|
||||
env: COMPILER=clang++
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: ['g++-6']
|
||||
env:
|
||||
- COMPILER=g++-6
|
||||
- CXXFLAGS="-O0 --coverage"
|
||||
before_script:
|
||||
- pip install --user cpp-coveralls
|
||||
after_success:
|
||||
- coveralls --gcov gcov-6 --gcov-options '\-lp' --root ${TRAVIS_BUILD_DIR} --build-root ${TRAVIS_BUILD_DIR}/build --extension cpp --extension hpp --exclude deps --include src
|
||||
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user