From: Pieter Lexis Date: Fri, 1 May 2015 11:11:41 +0000 (+0200) Subject: Build dnsdist from the dist in travis X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~28^2~74^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c13bcba87bdd822c2a80dc9b6e73530ef77ae92;p=thirdparty%2Fpdns.git Build dnsdist from the dist in travis --- diff --git a/.travis.yml b/.travis.yml index 8b6ed0557d..fac0e14fa5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -112,7 +112,15 @@ script: - make -k -j 4 - cd .. - ln -s pdns-recursor*/pdns_recursor . - - cd ../regression-tests.recursor + - cd .. + - ./build-scripts/dist-dnsdist + - cd pdns/dnsdistdist + - tar xf dnsdist*.tar.bz2 + - cd dnsdist-* + - ./configure + - make -k -j 4 + - cd ../../../ + - cd regression-tests.recursor - cp vars.sample vars - ./config.sh - ./start.sh