]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
.lgtm.yml: work around issues in LGTM system
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 14 Mar 2020 22:15:45 +0000 (23:15 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Mon, 16 Mar 2020 20:45:50 +0000 (21:45 +0100)
This disables dependency tracking and removes the gnulib
tests to work-around a failure build gl/.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
.lgtm.yml

index aa09b6e35c34da6126bb3658eddcc424c1398d14..be8dfe1e2e3492f688bdddd97a07e8d4d23c7dde 100644 (file)
--- 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"