From cd0969152aec6d5a2b302590d226e3e081f1cae2 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 30 Apr 2018 14:10:07 +0200 Subject: [PATCH] Add config for lgtm.com --- lgtm.yml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 lgtm.yml 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" -- 2.47.2