]> granicus.if.org Git - pdns/commitdiff
build distrecursor in travis
authorKees Monshouwer <mind04@monshouwer.org>
Tue, 14 Oct 2014 18:49:16 +0000 (20:49 +0200)
committermind04 <mind04@monshouwer.org>
Tue, 14 Oct 2014 19:12:00 +0000 (21:12 +0200)
.travis.yml

index e8e53a9a5462c8af186bf88f7dc79061ff9f890c..4ccf720bb3d20859e9e298c84c7bd0e5d337fdd9 100644 (file)
@@ -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