Skip to content

Commit

Permalink
LGTM
Browse files Browse the repository at this point in the history
- Add LGTM configuration
  • Loading branch information
jelu committed Apr 1, 2020
1 parent e7b1143 commit c139dd7
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .lgtm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit c139dd7

Please # to comment.