Commit 0eca8c32 authored by Lev Walkin's avatar Lev Walkin

support clang code coverage

parent efded512
......@@ -12,4 +12,4 @@ script:
- make check
- make distcheck
after_success:
- test "x$CC" = "xgcc" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info
- test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment