From 98bdeeefa3f76379cfb4fbb176d74a0b35b34aa1 Mon Sep 17 00:00:00 2001 From: David Drysdale Date: Tue, 25 Oct 2016 20:02:31 +0100 Subject: [PATCH] travis: check distributed tarball builds --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 0ff43c92..1a6efc33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -133,6 +133,16 @@ script: cd test && make && $TEST_WRAP ./arestest -v $TEST_FILTER && cd .. cd test && make && ./fuzzcheck.sh && cd .. fi + - | + if [ "$BUILD_TYPE" = "normal" -a "$TRAVIS_OS_NAME" = "linux" ]; then + ./maketgz 99.98.97 + tar xvf c-ares-99.98.97.tar.gz + cd c-ares-99.98.97 + ./configure --disable-symbol-hiding --enable-expose-statics --enable-maintainer-mode --enable-debug + make + cd test && make && $TEST_WRAP ./arestest -v $TEST_FILTER && cd .. + cd .. + fi - | if [ "$BUILD_TYPE" = "coverage" ]; then coveralls --gcov /usr/bin/gcov-4.8 --gcov-options '\-lp'