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