diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 000000000..3edf9c209 --- /dev/null +++ b/.lgtm.yml @@ -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