From: Peter van Dijk Date: Tue, 8 Jul 2014 21:11:18 +0000 (+0200) Subject: don't abort make on failure in travis X-Git-Tag: auth-3.4.0-rc1~105 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0307e1511071b357622bfdc2342f735010b03312;p=thirdparty%2Fpdns.git don't abort make on failure in travis --- diff --git a/.travis.yml b/.travis.yml index 2d83a07b15..524f64104b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,16 +32,16 @@ before_script: script: - ./bootstrap - ./configure --with-modules='bind gmysql gpgsql gsqlite3 mydns tinydns remote random opendbx ldap lmdb' --enable-unit-tests --enable-remotebackend-http --enable-tools --enable-remotebackend-zeromq --enable-experimental-pkcs11 - - make dist - - make -j 4 - - DESTDIR=/tmp/pdns-install-dir make install + - make -k dist + - make -k -j 4 + - DESTDIR=/tmp/pdns-install-dir make -k install - find /tmp/pdns-install-dir -ls - travis_retry timeout 240s make -j 4 check # Workaround for remotebackend failures on travis-ci - - make -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$) + - make -k -C pdns $(grep '(EXEEXT):' pdns/Makefile | cut -f1 -d\$) - cd pdns - - make -j 4 pdns_recursor + - make -k -j 4 pdns_recursor - ./dist-recursor - - make -C docs html/index.html manpages + - make -k -C docs html/index.html manpages - cd ../regression-tests.recursor - cp vars.sample vars - ./config.sh