]> git.ipfire.org Git - thirdparty/pdns.git/blame - lgtm.yml
Merge pull request #14075 from romuald/backend-guide-clarification
[thirdparty/pdns.git] / lgtm.yml
CommitLineData
cd096915
CH
1path_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"
11extraction:
12 cpp:
13 configure:
14 command:
15 - "pushd pdns/dnsdistdist"
16 - "sed -i '/^dist_man_MANS/d' Makefile.am"
21723085 17 - "autoreconf -vi && ./configure"
cd096915
CH
18 - "popd"
19 - "pushd pdns/recursordist/"
20 - "sed -i '/^dist_man_MANS/d' Makefile.am"
21723085 21 - "autoreconf -vi && ./configure"
cd096915
CH
22 - "popd"
23 - "sed -i 's/codedocs docs//' Makefile.am"
24 - "autoreconf -vi"
21723085 25 - "./configure --with-modules='bind gsqlite3 gmysql gpgsql ldap'"
917f686a
KF
26 - "pushd pdns"
27 - "touch .venv api-swagger.yaml api-swagger.json"
28 - "popd"
cd096915
CH
29 index:
30 build_command:
31 - "pushd pdns/dnsdistdist"
32 - "make"
33 - "popd"
34 - "pushd pdns/recursordist"
35 - "make"
36 - "popd"
37 - "make"
9faee1ca 38 python:
39 python_setup:
40 version: 3