]> granicus.if.org Git - neomutt/commitdiff
lgtm: add config
authorRichard Russon <rich@flatcap.org>
Sat, 16 Feb 2019 13:38:11 +0000 (13:38 +0000)
committerRichard Russon <rich@flatcap.org>
Sat, 16 Feb 2019 14:52:37 +0000 (14:52 +0000)
.lgtm.yml [new file with mode: 0644]

diff --git a/.lgtm.yml b/.lgtm.yml
new file mode 100644 (file)
index 0000000..4fd7b5e
--- /dev/null
+++ b/.lgtm.yml
@@ -0,0 +1,54 @@
+path_classifiers:
+  generated:
+    - config.h
+    - conststrings.c
+    - git_ver.c
+    - hcache/hcversion.h
+  library:
+    - autosetup
+    - contrib
+  test:
+    - test
+  docs:
+    - doc
+    - doxygen
+
+queries:
+  - exclude: cpp/fixme-comment
+
+extraction:
+  cpp:
+    prepare:
+      packages:
+        - autopoint
+        - docbook-simple
+        - docbook-xsl
+        - gettext
+        - jimsh
+        - libdb-dev
+        - libgdbm-dev
+        - libgpgme-dev
+        - libgss-dev
+        - libkyotocabinet-dev
+        - liblmdb-dev
+        - liblua5.2-dev
+        - libncursesw5
+        - libncursesw5-dev
+        - libnotmuch-dev
+        - libqdbm-dev
+        - libsasl2-dev
+        - libslang2-dev
+        - libssl-dev
+        - libtokyocabinet-dev
+        - libxml2-utils
+        - lua5.2
+        - lynx
+        - w3m
+        - xsltproc
+    configure:
+      command:
+        - ./configure --bdb --gdbm --gnutls --gpgme --homespool --kyotocabinet --lmdb --lua --mixmaster --notmuch --qdbm --sasl --tokyocabinet --with-domain=example.com --with-lock=flock
+    index:
+      build_command:
+        - make -j2 -s
+