From: Peter van Dijk Date: Sat, 13 Jul 2019 21:37:28 +0000 (+0200) Subject: enable a bunch of extra features during LGTM builds X-Git-Tag: dnsdist-1.4.0-rc1~48^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8763cf1ca8ba2c7266521272fedc2b130af71f75;p=pdns enable a bunch of extra features during LGTM builds --- diff --git a/lgtm.yml b/lgtm.yml index a78d90d5e..fbe265814 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -14,15 +14,16 @@ extraction: command: - "pushd pdns/dnsdistdist" - "sed -i '/^dist_man_MANS/d' Makefile.am" - - "autoreconf -vi && ./configure" + - "autoreconf -vi && ./configure --enable-option-checking=fatal --enable-unit-tests --enable-dnscrypt --enable-dns-over-tls --enable-dns-over-https LIBS=-lwslay" - "popd" - "pushd pdns/recursordist/" - "sed -i '/^dist_man_MANS/d' Makefile.am" - - "autoreconf -vi && ./configure" + - "autoreconf -vi && ./configure --enable-option-checking=fatal --enable-unit-tests --enable-nod --enable-dnstap" - "popd" - "sed -i 's/codedocs docs//' Makefile.am" - "autoreconf -vi" - - "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'" + - "./configure --enable-option-checking=fatal --with-modules='bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua lua2 mydns opendbx pipe random remote tinydns +' --enable-fuzz-targets --enable-experimental-pkcs11 --enable-experimental-gss-tsig --enable-remotebackend-zeromq --enable-tools --enable-ixfrdist" index: build_command: - "pushd pdns/dnsdistdist"