[ci] Enable code coverage on Travis Linux builds
This commit is contained in:
parent
f7399796a1
commit
ecef95b212
|
@ -24,7 +24,7 @@ matrix:
|
|||
- export LD_LIBRARY_PATH="$PWD/freetype-2.9/objs/.libs"
|
||||
|
||||
- ./autogen.sh
|
||||
- ./configure $CONFIGURE_OPTS --enable-gtk-doc
|
||||
- ./configure $CONFIGURE_OPTS --enable-gtk-doc --enable-code-coverage
|
||||
- make
|
||||
- make check || .ci/fail.sh
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue