Skip to content
Snippets Groups Projects
Verified Commit 98d192e5 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

ci: add job build-knot32

That way we get at least basic testing before 3.2 is made default in CI.
parent 710d560f
Branches
Tags
2 merge requests!1327Update manager branch with the newest changes from master,!1309support (lib)knot 3.2
Pipeline #102384 failed with stages
in 36 minutes and 7 seconds
......@@ -101,6 +101,15 @@ build:
- ninja -C build_ci install >/dev/null
- ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
build-knot32:
<<: *build
image: $CI_REGISTRY/knot/knot-resolver/ci/debian-11:knot-3.2
script:
- meson build_ci_knot32 --default-library=static --prefix=$PREFIX -Dwerror=true -Dextra_tests=enabled
- ninja -C build_ci_knot32
- ninja -C build_ci_knot32 install >/dev/null
- ${MESON_TEST} --suite unit --suite config --suite dnstap --no-suite snowflake
build-asan:
<<: *build
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment