diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 00000000000..84900c73768 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,9 @@ +extraction: + cpp: + after_prepare: "pip3 install numpy cython" + configure: + command: + - "mkdir build" + - "cd build && cmake .." + index: + build_command: "cd build && make -j2"