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