From 2c6ab7cc01cb619fee619427af9a8ffc8a13c771 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 12 Jul 2019 13:04:42 +0200 Subject: [PATCH] only LGTM auth on this branch --- lgtm.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/lgtm.yml b/lgtm.yml index a78d90d5e..4f39a73a9 100644 --- a/lgtm.yml +++ b/lgtm.yml @@ -12,25 +12,11 @@ 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" python: python_setup: -- 2.40.0