Add lgtm.yml configuration file

Allow LGTM.com use the custom configuration to analyze C++ code of the project
This commit is contained in:
Alexey Tereshenkov 2020-04-03 14:39:00 +01:00 committed by Nigel Stewart
parent 9fb23c3e61
commit 7764128044
1 changed files with 12 additions and 0 deletions

12
lgtm.yml Normal file
View File

@ -0,0 +1,12 @@
extraction:
cpp:
prepare:
packages:
- "build-essential"
- "libxmu-dev"
- "libxi-dev"
- "libgl-dev"
index:
build_command:
- "cd auto; make all -j8; cd .."
- "make all -j8"