forked from neomutt/neomutt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.lgtm.yml
53 lines (50 loc) · 1.06 KB
/
.lgtm.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
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
- 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