Update travis to also push coverage results
This commit is contained in:
parent
bf0737a35c
commit
a1fc7416e1
@ -1,12 +1,13 @@
|
|||||||
language: cpp
|
language: cpp clang
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
|
before_install:
|
||||||
|
- sudo pip install cpp-coveralls --use-mirrors
|
||||||
script:
|
script:
|
||||||
- mkdir build
|
- cmake -D ENABLE_COVERAGE:BOOL=TRUE -D CMAKE_BUILD_TYPE:STRING=Debug -D UNIT_TEST_LIGHT:BOOL=TRUE -D USE_LIBCXX:BOOL=FALSE .
|
||||||
- cd build
|
|
||||||
- cmake ../
|
|
||||||
- make
|
- make
|
||||||
- make test
|
- make test
|
||||||
|
- coverall -x hpp
|
||||||
notifications:
|
notifications:
|
||||||
recipients:
|
recipients:
|
||||||
- jason@emptycrate.com
|
- jason@emptycrate.com
|
||||||
|
Loading…
x
Reference in New Issue
Block a user