add basic lgtm config

This commit is contained in:
Andre Puschmann 2019-11-27 21:19:45 +01:00
parent 31d40304ff
commit febd668820
1 changed files with 23 additions and 0 deletions

23
.lgtm.yml Normal file
View File

@ -0,0 +1,23 @@
extraction:
cpp:
prepare:
packages:
- build-essential
- cmake
- libfftw3-dev
- libmbedtls-dev
- libpcsclite-dev
- libboost-program-options-dev
- libconfig++-dev
- libsctp-dev
- libuhd-dev
- libzmq3-dev
configure:
command:
- mkdir build
- cd build
- cmake ..
index:
build_command:
- cd build
- make