summaryrefslogtreecommitdiffstats
path: root/.lgtm.yml
blob: f1f18309adecd115edeba8a653aba8206397cab9 (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
extraction:
  cpp:
    prepare:
      packages:
        - build-essential
        - automake
        - autoconf
        - libtool
        - pkg-config
        - protobuf-c-compiler
        - libprotobuf-c-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"
    configure:
      command:
        - ./autogen.sh
        - ./configure --disable-examples