forked from ShiftMediaProject/gnutls
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lgtm.yml
17 lines (17 loc) · 783 Bytes
/
.lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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"
- "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 -j4"
- "cd .."
- "PKG_CONFIG_PATH=\"`pwd`/nettle\" LDFLAGS=\"-L`pwd`/nettle\" ./configure --disable-tests --disable-doc --disable-gtk-doc --disable-dependency-tracking"
index:
build_command: "LD_LIBRARY_PATH=\"`pwd`/nettle/.lib\" make -j4"