From: Chris Hofstaedtler Date: Mon, 30 Apr 2018 12:10:07 +0000 (+0200) Subject: Add config for lgtm.com X-Git-Tag: dnsdist-1.3.1~121^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd0969152aec6d5a2b302590d226e3e081f1cae2;p=thirdparty%2Fpdns.git Add config for lgtm.com --- diff --git a/lgtm.yml b/lgtm.yml new file mode 100644 index 0000000000..4b7b488139 --- /dev/null +++ b/lgtm.yml @@ -0,0 +1,34 @@ +path_classifiers: + test: "regression-tests*" + library: + - "ext" + - exclude: ext/luawrapper + - exclude: ext/yahttp + - "docs" + - "pdns/recursordist/html/js" + - "pdns/dnsdistdist/src_js" + - "pdns/dnsdistdist/html/js" +extraction: + cpp: + configure: + command: + - "pushd pdns/dnsdistdist" + - "sed -i '/^dist_man_MANS/d' Makefile.am" + - "autoreconf -vi && ./configure" + - "popd" + - "pushd pdns/recursordist/" + - "sed -i '/^dist_man_MANS/d' Makefile.am" + - "autoreconf -vi && ./configure" + - "popd" + - "sed -i 's/codedocs docs//' Makefile.am" + - "autoreconf -vi" + - "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'" + index: + build_command: + - "pushd pdns/dnsdistdist" + - "make" + - "popd" + - "pushd pdns/recursordist" + - "make" + - "popd" + - "make"