forked from PowerDNS/pdns
-
Notifications
You must be signed in to change notification settings - Fork 0
/
lgtm.yml
40 lines (40 loc) · 1005 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
35
36
37
38
39
40
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'"
- "pushd pdns"
- "touch .venv api-swagger.yaml api-swagger.json"
- "popd"
index:
build_command:
- "pushd pdns/dnsdistdist"
- "make"
- "popd"
- "pushd pdns/recursordist"
- "make"
- "popd"
- "make"
python:
python_setup:
version: 3