Revert "testing build stages"

This reverts commit 233be53854.
This commit is contained in:
Lev Walkin 2017-07-05 16:34:13 -07:00
parent 233be53854
commit ef72650489
1 changed files with 6 additions and 15 deletions

View File

@ -5,20 +5,11 @@ compiler:
before_install:
- sudo apt-get install -y lcov
- gem install coveralls-lcov
jobs:
include:
- stage: Compile
script:
- autoreconf -iv
- ./configure --enable-Werror --enable-code-coverage
- make -j8
- stage: Test
script:
- make check 2>&1 | tail -10000
- stage: Dist Check
script:
- make distcheck
script:
- autoreconf -iv
- ./configure --enable-Werror --enable-code-coverage
- make -j8
- make check 2>&1 | tail -10000
- make distcheck
after_success:
- test "x$CC" = "xgcc" -o "x$CC" = "xclang" && make code-coverage-capture && coveralls-lcov asn1c-*-coverage.info