From 6d6b6adeb2d0a002149c87c8fe4375c352fd10d7 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Tue, 14 Oct 2014 20:49:16 +0200 Subject: [PATCH] build distrecursor in travis --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2