doc:
<<: *sanity
- # TODO migrate doc to debian-11
- image: $CI_REGISTRY/knot/knot-resolver/ci/debian-buster:knot-$KNOT_VERSION
script:
- meson build_doc -Ddoc=enabled
- ninja -C build_doc doc-strict
lint:other:
<<: *sanity
- # TODO migrate lint to debian-11
- image: $CI_REGISTRY/knot/knot-resolver/ci/debian-buster:knot-$KNOT_VERSION
script:
- meson build_ci_lint &>/dev/null
- ninja -C build_ci* pylint
lint:pedantic:
<<: *after_build
- # TODO migrate lint to debian-11
- image: $CI_REGISTRY/knot/knot-resolver/ci/debian-buster:knot-$KNOT_VERSION
- before_script:
- # -- end TODO
stage: sanity
script:
- meson build_pedantic_gcc -Dwerror=true -Dc_args='-Wpedantic' -Dextra_tests=enabled