summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2020-03-14 23:15:45 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2020-03-16 21:45:50 +0100
commiteadc2c31bf56409d9015f1a6370c09161c8b8df0 (patch)
treeaf60f15b55fd0e17b1006391c6047ed5530ba2b4
parent2b036175055464115ea8cddecf3bfbb04683a5e6 (diff)
downloadgnutls-eadc2c31bf56409d9015f1a6370c09161c8b8df0.tar.gz
.lgtm.yml: work around issues in LGTM system
This disables dependency tracking and removes the gnulib tests to work-around a failure build gl/. Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--.lgtm.yml6
1 files changed, 4 insertions, 2 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index aa09b6e35c..be8dfe1e2e 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -2,7 +2,9 @@ extraction:
cpp:
configure:
command:
+ - sed 's/--with-tests/--without-tests/g' -i bootstrap.conf
- "./bootstrap --no-git --skip-po --no-bootstrap-sync --gnulib-srcdir=gnulib"
- - "./configure --disable-tests --disable-doc --disable-gtk-doc"
+ - "./configure --disable-tests --disable-doc --disable-gtk-doc --disable-dependency-tracking"
index:
- build_command: "make"
+ build_command:
+ - "make -j4"