.lgtm.yml: added

Signed-off-by: Nikos Mavrogiannopoulos <n.mavrogiannopoulos@gmail.com>
This commit is contained in:
Nikos Mavrogiannopoulos
2020-12-10 17:16:29 +01:00
parent dd34f85875
commit f1be23a7f7

8
.lgtm.yml Normal file
View File

@@ -0,0 +1,8 @@
extraction:
cpp:
configure:
command:
- "autoreconf -fvi -Werror"
- ./configure
index:
build_command: "make -j4"