Commit aadc1f9f authored by Lev Walkin's avatar Lev Walkin

reintroduce make check tests

parent af8595ad
...@@ -9,6 +9,7 @@ script: ...@@ -9,6 +9,7 @@ script:
- autoreconf -iv - autoreconf -iv
- ./configure --enable-Werror --enable-code-coverage - ./configure --enable-Werror --enable-code-coverage
- make -j8 - make -j8
- make check 2>&1 | tail -10000
- make distcheck - make distcheck
after_success: after_success:
- test "x$CC" = "xgcc" -o "x$CC" = "xclang" && 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