summaryrefslogtreecommitdiff
path: root/.lgtm.yml
diff options
context:
space:
mode:
authorTim Rühsen <tim.ruehsen@gmx.de>2020-02-07 16:55:11 +0100
committerTim Rühsen <tim.ruehsen@gmx.de>2020-02-07 16:56:14 +0100
commit3492c47527d269a9b2176ed0a16997c456d2894e (patch)
tree6077de09354e9678aaa738f72913ccc5c37b63fa /.lgtm.yml
parentf7cc5bc03a6451ef2d4af399c9c61652df2f814c (diff)
downloadgnutls-3492c47527d269a9b2176ed0a16997c456d2894e.tar.gz
.lgtm.yml: Fix --disable-documentation to --disable-doc [skip ci]
Signed-off-by: Tim Rühsen <tim.ruehsen@gmx.de>
Diffstat (limited to '.lgtm.yml')
-rw-r--r--.lgtm.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.lgtm.yml b/.lgtm.yml
index 53c26acaad..82ecb4d8f8 100644
--- a/.lgtm.yml
+++ b/.lgtm.yml
@@ -11,6 +11,6 @@ extraction:
- "./configure --enable-mini-gmp --disable-documentation"
- "make"
- "cd .."
- - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-documentation"
+ - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-doc"
index:
build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make"