summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
blob: c9ecf926279e082a64878b5263a402b3ad41a9a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extraction:
  cpp:
    prepare:
      packages:
        - build-essential
        - automake
        - autoconf
        - libtool
        - pkg-config
        - libssl-dev
        - libldns-dev
        - libck-dev
    configure:
      command:
        - ./autogen.sh
        - ./configure