summaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 82ecb4d8f8..aa09b6e35c 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -3,14 +3,6 @@ extraction:
configure:
command:
- "./bootstrap --no-git --skip-po --no-bootstrap-sync --gnulib-srcdir=gnulib"
- - "wget -O nettle-master.zip https://git.lysator.liu.se/nettle/nettle/-/archive/master/nettle-master.zip?foo=`date +%Y%m%d`"
- - "unzip nettle-master.zip"
- - "mv nettle-master nettle"
- - "cd nettle"
- - "bash .bootstrap"
- - "./configure --enable-mini-gmp --disable-documentation"
- - "make"
- - "cd .."
- - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-doc"
+ - "./configure --disable-tests --disable-doc --disable-gtk-doc"
index:
- build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make"
+ build_command: "make"