From: Bas van Schaik Date: Thu, 28 Feb 2019 22:15:26 +0000 (+0000) Subject: Create .lgtm.yml for LGTM.com C/C++ analysis X-Git-Tag: gnutls_3_6_7~25^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0884dfde89e5587a2cfbcef9eb329608c8b050b9;p=thirdparty%2Fgnutls.git Create .lgtm.yml for LGTM.com C/C++ analysis Signed-off-by: Bas van Schaik --- diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000000..53c26acaad --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,16 @@ +extraction: + cpp: + 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-documentation" + index: + build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make"