summaryrefslogtreecommitdiff
path: root/.lgtm.yml
blob: bb74cf190eca93fe9695b5961c2724af09097b58 (plain)
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"