From: Pieter Lexis Date: Tue, 14 Jul 2015 08:42:56 +0000 (+0200) Subject: DNSName: re-enable building dnsdist in travis X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~57^2~3^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2638%2Fhead;p=thirdparty%2Fpdns.git DNSName: re-enable building dnsdist in travis --- diff --git a/.travis.yml b/.travis.yml index 1187a615bd..6368b491d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -116,15 +116,15 @@ script: - cd .. - ln -s pdns-recursor*/pdns_recursor . - cd .. -#DNSName - ./build-scripts/dist-dnsdist -#DNSName - cd pdns/dnsdistdist -#DNSName - tar xf dnsdist*.tar.bz2 -#DNSName - cd dnsdist-* -#DNSName - ./configure -#DNSName - make -k -j 4 -#DNSName - cd .. -#DNSName - rm -rf dnsdist-*/ -#DNSName - cd ../../ + - ./build-scripts/dist-dnsdist + - cd pdns/dnsdistdist + - tar xf dnsdist*.tar.bz2 + - cd dnsdist-* + - ./configure + - make -k -j 4 + - cd .. + - rm -rf dnsdist-*/ + - cd ../../ - cd regression-tests.recursor - cp vars.sample vars - ./config.sh