lgtm: adds build instructions to get lgtm to work

LGTM is a statis analysis tool
pull/6424/head
Philippe Antoine 4 years ago committed by Victor Julien
parent df0ed6fda4
commit c06c4a663e

@ -0,0 +1,9 @@
extraction:
cpp:
prepare:
packages:
- cargo
after_prepare:
- git clone --depth 1 https://github.com/OISF/libhtp.git
- cargo install cbindgen
- export PATH=/opt/work/.cargo/bin:$PATH
Loading…
Cancel
Save