Skip to content

Commit

Permalink
Merge pull request #221 from jelu/lgtm
Browse files Browse the repository at this point in the history
LGTM
  • Loading branch information
jelu authored Apr 2, 2020
2 parents d382cce + 1232264 commit a3c0ab6
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .lgtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,27 @@ extraction:
- 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
- ./configure --enable-dnstap

0 comments on commit a3c0ab6

Please sign in to comment.