提交 a8aa2026 编写于 作者: B Behdad Esfahbod

[travis] Only run coveralls under gcc

上级 5de04073
......@@ -25,9 +25,8 @@ script:
- ./configure --with-freetype --with-glib --with-gobject --with-cairo --with-icu --with-graphite2
- make && make check
after_success:
- rm -f src/.libs/NONE.gcov # coveralls chokes on this
- touch src/NONE # see if this makes coveralls happy
- coveralls
- rm -f src/.libs/NONE.gcov; touch src/NONE # coveralls needs some help
- if test $CC == gcc; then coveralls; fi # currently only gcc works
after_failure:
- true
after_script:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册