[travis] Another try at coveralls.io
This commit is contained in:
parent
dfe8078e5b
commit
2a508ddae5
@ -16,9 +16,9 @@ before_script:
|
||||
- true
|
||||
script:
|
||||
- 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
|
||||
- ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2 CPPFLAGS="-Werror -fprofile-arcs -ftest-coverage" LDFLAGS=-lgcov
|
||||
- make
|
||||
- make check
|
||||
after_success:
|
||||
- coveralls
|
||||
after_failure:
|
||||
|
Loading…
Reference in New Issue
Block a user