Added coverage support

This commit is contained in:
Dan Hirsch 2013-09-13 01:14:40 -07:00
parent 59c8944ed9
commit 04ba15d9f2
3 changed files with 19 additions and 1 deletions

View file

@ -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"