mirror of
https://github.com/topjohnwu/selinux.git
synced 2024-11-27 13:30:48 +00:00
e17e489ee3
Add a configuration file in order to parse the C code on https://lgtm.com/projects/g/SELinuxProject/selinux/ The documentation about this file is on https://help.semmle.com/lgtm-enterprise/user/help/lgtm.yml-configuration-file.html and https://help.semmle.com/lgtm-enterprise/user/help/cpp-extraction.html Fixes: https://github.com/SELinuxProject/selinux/issues/98 Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
6 lines
108 B
YAML
6 lines
108 B
YAML
extraction:
|
|
cpp:
|
|
index:
|
|
build_command:
|
|
- make DESTDIR="$LGTM_WORKSPACE/destdir" install
|