Added coverage support
This commit is contained in:
parent
59c8944ed9
commit
04ba15d9f2
3 changed files with 19 additions and 1 deletions
|
|
@ -2,6 +2,11 @@ language: c
|
|||
compiler:
|
||||
- gcc
|
||||
- clang
|
||||
script: scons
|
||||
before_install:
|
||||
- sudo pip install cpp-coveralls --use-mirrors
|
||||
script:
|
||||
- scons --coverage
|
||||
after_success:
|
||||
- coveralls
|
||||
notifications:
|
||||
irc: "irc.upstandinghackers.com#hammer"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue