[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Oct 1 13:39:05 PDT 2014
.travis.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
New commits:
commit dfe8078e5be46cab5e67aed977749c1d6725e6a7
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Oct 1 16:38:47 2014 -0400
[travis] First try to hookup coveralls.io code coverage tracking
diff --git a/.travis.yml b/.travis.yml
index 91ee797..a9cafed 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,16 +9,18 @@ before_install:
- sudo apt-get install libcairo2-dev # for utils
- sudo apt-get install libicu-dev # for extra unicode functions
- sudo apt-get install libgraphite2-dev # for extra shapers
+ - sudo pip install cpp-coveralls # for coveralls.io code coverage tracking
install:
- true
before_script:
- true
script:
- - ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
+ - NOCONFIGURE=1 ./autogen.sh
+ - ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 CPPFLAGS="-fprofile-arcs -ftest-coverage" LDFLAGS=-lgcov
- make CPPFLAGS=-Werror
- make check CPPFLAGS=-Werror
after_success:
- - true
+ - coveralls
after_failure:
- true
after_script:
More information about the HarfBuzz
mailing list