]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
do not build/test recursor, docs 4731/head
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Fri, 2 Dec 2016 19:40:24 +0000 (20:40 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Mon, 5 Dec 2016 08:21:02 +0000 (09:21 +0100)
.travis.yml

index e7ca4be59bb20fdb802021f446d038bf10312152..61550961cd156e9fb42ab9c7d1f881408aef6800 100644 (file)
@@ -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