From: Peter van Dijk Date: Fri, 2 Dec 2016 19:40:24 +0000 (+0100) Subject: do not build/test recursor, docs X-Git-Tag: auth-3.4.11~5^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4731%2Fhead;p=thirdparty%2Fpdns.git do not build/test recursor, docs --- diff --git a/.travis.yml b/.travis.yml index e7ca4be59b..61550961cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,24 +39,8 @@ script: - find /tmp/pdns-install-dir -ls - travis_retry timeout 240s make -j 4 check # Workaround for remotebackend failures on travis-ci - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$) - - cd pdns - - make -k -j 4 pdns_recursor - - ./dist-recursor - - make -k -C docs html/index.html manpages - - cd ../regression-tests.recursor - - cp vars.sample vars - - ./config.sh - - ./start.sh - - sleep 3 - - svstat configs/* - - ./runtests - - test ! -s ./failed_tests - - ./stop.sh - - sleep 3 - - ./clean.sh - - cd ../regression-tests.api + - cd regression-tests.api - ./runtests authoritative - - ./runtests recursor - cd ../regression-tests - touch tests/verify-dnssec-zone/allow-missing - touch tests/verify-dnssec-zone/skip.nsec3 # some (travis) tools in this test are unable to handle nsec3 zones @@ -98,7 +82,6 @@ script: - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq - travis_retry ./timestamp timeout 120s ./start-test-stop 5300 remotebackend-zeromq-dnssec - ./timestamp ./start-test-stop 5300 tinydns - - THRESHOLD=90 TRACE=no ./timestamp ./recursor-test 5300 - cd ../regression-tests.nobackend/ - ./runtests - test ! -s ./failed_tests