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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=72fa084e3c1ec51e12b512382ea841304a5157de;p=thirdparty%2Fpdns.git also build extra binaries on travis --- diff --git a/.travis.yml b/.travis.yml index 02a3f46581..e2a67caebe 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