diff options
Diffstat (limited to '.lgtm.yml')
-rw-r--r-- | .lgtm.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.lgtm.yml b/.lgtm.yml new file mode 100644 index 0000000..cb68274 --- /dev/null +++ b/.lgtm.yml @@ -0,0 +1,13 @@ +extraction: + cpp: + prepare: + packages: + - build-essential + - automake + - autoconf + - libtool + - pkg-config + configure: + command: + - ./autogen.sh + - ./configure |