From: Kees Monshouwer Date: Tue, 14 Oct 2014 18:49:16 +0000 (+0200) Subject: build distrecursor in travis X-Git-Tag: rec-3.7.0-rc1~189^2~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d6b6adeb2d0a002149c87c8fe4375c352fd10d7;p=thirdparty%2Fpdns.git build distrecursor in travis --- diff --git a/.travis.yml b/.travis.yml index e8e53a9a54..4ccf720bb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,13 @@ script: - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$) - cd pdns - make -k -j 4 pdns_recursor + - rm -f pdns_recursor - ./dist-recursor + - cd pdns-recursor-*/ + - ./configure + - make -k -j 4 + - cd .. + - ln -s pdns-recursor*/pdns_recursor . - make -k -C docs html/index.html manpages - cd ../regression-tests.recursor - cp vars.sample vars