summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSean V Kelley <seanvk@posteo.de>2017-01-21 23:22:55 -0800
committerSean V Kelley <seanvk@posteo.de>2017-01-21 23:22:55 -0800
commit2d6c8dd1d0b9e20592e43c1e485f3057caab4427 (patch)
treeede4b3d8254ace11fa180708b6a1ee7a2210d580 /.travis.yml
parent44d4a23e4fe5b482369e62a0517c64ae84c89c29 (diff)
downloadlibva-2d6c8dd1d0b9e20592e43c1e485f3057caab4427.tar.gz
travis : Test for coveralls
Signed-off-by: Sean V Kelley <seanvk@posteo.de>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index ee0d7e9..10fd407 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,12 +10,14 @@ env:
- NUM_THREADS=4
before_install:
+ - pip install --user cpp-coveralls
- sudo apt-get -qq update
- sudo apt-get install -y build-essential
- sudo apt-get install -y autoconf
- sudo apt-get install -y automake
- sudo apt-get install -y libtool
- sudo apt-get install -y m4
+ - sudo apt-get install -y lcov
- sudo apt-get install -y perl
- sudo apt-get install -y pkg-config
- sudo apt-get install -y libdrm-dev
@@ -33,6 +35,9 @@ script:
- make -j4 ; sudo make install
- make check
+after_success:
+ - coveralls --exclude lib --exclude tests --gcov-options '\-lp'
+
notifications:
# Emails are sent to the committer's git-configured email address by default,
# but only if they have access to the repository. To enable Travis on your