From 92e8914d3aef61422f192080c1c0cefa4ae88b9e Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Wed, 10 Nov 2021 00:28:17 -0300 Subject: [PATCH] Working on lgtm configuration. --- .lgtm.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.lgtm.yml b/.lgtm.yml index 41ea9fc..bef5474 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -5,10 +5,14 @@ extraction: # Define settings for C/C++ analysis ##################################### cpp: + configure: + command: + - NOCONFIGURE=1 ./autogen.sh + - ./configure --prefix=/usr --with-product-name="pw3270" prepare: packages: - gettext - - git + - git - make - autotools-dev - autoconf -- libgit2 0.21.2