|
|
|
@ -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: |
|
|
|
|