Merge branch 'tmp-cert-req' into 'master'
[gd/gnutls] / .lgtm.yml
1 extraction:
2   cpp:
3     configure:
4       command:
5       - "./bootstrap --no-git --skip-po --no-bootstrap-sync --gnulib-srcdir=gnulib"
6       - "wget -O nettle-master.zip https://git.lysator.liu.se/nettle/nettle/-/archive/master/nettle-master.zip?foo=`date +%Y%m%d`"
7       - "unzip nettle-master.zip"
8       - "mv nettle-master nettle"
9       - "cd nettle"
10       - "bash .bootstrap"
11       - "./configure --enable-mini-gmp --disable-documentation"
12       - "make"
13       - "cd .."
14       - "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-documentation"
15     index:
16       build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make"