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