diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 00000000..4f3ce315 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,8 @@ +extraction: + cpp: + configure: + command: + - "autoreconf -fvi -Werror" + - ./configure + index: + build_command: "make -j4"