From: Peter van Dijk Date: Fri, 21 Feb 2014 10:41:07 +0000 (+0000) Subject: also build extra binaries on travis X-Git-Tag: rec-3.6.0-rc1~171 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=72fa084e3c1ec51e12b512382ea841304a5157de;p=pdns also build extra binaries on travis --- diff --git a/.travis.yml b/.travis.yml index 02a3f4658..e2a67caeb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,6 +24,7 @@ script: - make dist - make -j 4 - make -j 4 check + - make -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$) - cd pdns - make -j 4 pdns_recursor - ./dist-recursor