Commit 17a93cf9 authored by Lev Walkin's avatar Lev Walkin

distcheck has to be capped as well

parent c78d0471
......@@ -10,6 +10,6 @@ script:
- ./configure --enable-Werror --enable-code-coverage
- make -j8
- make check 2>&1 | tail -10000
- make distcheck
- make distcheck 2>&1 | tail -10000
after_success:
- 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