summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
blob: c79c033224a8511b38e53230265bd9fe149cabb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
extraction:
  cpp:
    prepare:
      packages:
        - build-essential
        - automake
        - autoconf
        - libtool
        - pkg-config
        - libluajit-5.1-dev
        - libpcap-dev
        - luajit
        - liblmdb-dev
        - libck-dev
        - libgnutls28-dev
        - libuv1-dev
        - libnghttp2-dev
    configure:
      command:
        - ./autogen.sh
        - ./configure