srsRAN/.lgtm.yml

25 lines
484 B
YAML
Raw Normal View History

2019-11-27 20:19:45 +00:00
extraction:
cpp:
prepare:
packages:
- build-essential
- cmake
- libfftw3-dev
- libmbedtls-dev
- libpcsclite-dev
- libboost-program-options-dev
- libasio-dev
2019-11-27 20:19:45 +00:00
- libconfig++-dev
- libsctp-dev
- libuhd-dev
- libzmq3-dev
configure:
command:
- mkdir build
- cd build
- cmake ..
index:
build_command:
- cd build
- make