]> git.ipfire.org Git - thirdparty/pdns.git/blob - lgtm.yml
Merge pull request #7933 from rgacogne/dnsdist-doh-http-stats
[thirdparty/pdns.git] / lgtm.yml
1 path_classifiers:
2 test: "regression-tests*"
3 library:
4 - "ext"
5 - exclude: ext/luawrapper
6 - exclude: ext/yahttp
7 - "docs"
8 - "pdns/recursordist/html/js"
9 - "pdns/dnsdistdist/src_js"
10 - "pdns/dnsdistdist/html/js"
11 extraction:
12 cpp:
13 configure:
14 command:
15 - "pushd pdns/dnsdistdist"
16 - "sed -i '/^dist_man_MANS/d' Makefile.am"
17 - "autoreconf -vi && ./configure --enable-option-checking=fatal --enable-unit-tests --enable-dnscrypt --enable-dns-over-tls --enable-dns-over-https LIBS=-lwslay"
18 - "popd"
19 - "pushd pdns/recursordist/"
20 - "sed -i '/^dist_man_MANS/d' Makefile.am"
21 - "autoreconf -vi && ./configure --enable-option-checking=fatal --enable-unit-tests --enable-nod --enable-dnstap"
22 - "popd"
23 - "sed -i 's/codedocs docs//' Makefile.am"
24 - "autoreconf -vi"
25 - "./configure --enable-option-checking=fatal --with-modules='bind geoip gmysql godbc gpgsql gsqlite3 ldap lmdb lua lua2 mydns opendbx pipe random remote tinydns
26 ' --enable-fuzz-targets --enable-experimental-pkcs11 --enable-experimental-gss-tsig --enable-remotebackend-zeromq --enable-tools --enable-ixfrdist"
27 index:
28 build_command:
29 - "pushd pdns/dnsdistdist"
30 - "make"
31 - "popd"
32 - "pushd pdns/recursordist"
33 - "make"
34 - "popd"
35 - "make"
36 python:
37 python_setup:
38 version: 3