summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
blob: 03af9925d048e0ce23b71bdcb2534ada5076969c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
extraction:
  cpp:
    prepare:
      packages:
        - build-essential
        - automake
        - autoconf
        - libtool
        - pkg-config
        - libpcap-dev
        - libgeoip-dev
        - libmaxminddb-dev
        - protobuf-c-compiler
        - libprotobuf-c-dev
        - libuv1-dev
    after_prepare:
      - git clone https://github.com/DNS-OARC/tinyframe.git
      - cd tinyframe
      - ./autogen.sh
      - ./configure --prefix="$PWD/../root"
      - make
      - make install
      - cd ..
      - export PKG_CONFIG_PATH="$PWD/root/lib/pkgconfig"
      - git clone https://github.com/DNS-OARC/dnswire.git
      - cd dnswire
      - git submodule update --init
      - ./autogen.sh
      - ./configure --prefix="$PWD/../root" --disable-examples
      - make
      - make install
      - cd ..
    configure:
      command:
        - ./autogen.sh
        - ./configure --enable-dnstap