forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lgtm.yml
34 lines (34 loc) · 868 Bytes
/
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
path_classifiers:
test: "regression-tests*"
library:
- "ext"
- exclude: ext/luawrapper
- exclude: ext/yahttp
- "docs"
- "pdns/recursordist/html/js"
- "pdns/dnsdistdist/src_js"
- "pdns/dnsdistdist/html/js"
extraction:
cpp:
configure:
command:
- "pushd pdns/dnsdistdist"
- "sed -i '/^dist_man_MANS/d' Makefile.am"
- "autoreconf -vi && ./configure"
- "popd"
- "pushd pdns/recursordist/"
- "sed -i '/^dist_man_MANS/d' Makefile.am"
- "autoreconf -vi && ./configure"
- "popd"
- "sed -i 's/codedocs docs//' Makefile.am"
- "autoreconf -vi"
- "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'"
index:
build_command:
- "pushd pdns/dnsdistdist"
- "make"
- "popd"
- "pushd pdns/recursordist"
- "make"
- "popd"
- "make"