mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
Add a GitLab CI job that runs with all assertions disabled
This commit is contained in:
@@ -394,3 +394,23 @@ pkcs11:systemtest:debian:sid:amd64:
|
|||||||
<<: *system_test_job
|
<<: *system_test_job
|
||||||
dependencies:
|
dependencies:
|
||||||
- pkcs11:build:debian:sid:amd64
|
- pkcs11:build:debian:sid:amd64
|
||||||
|
|
||||||
|
noassert:build:debian:sid:amd64:
|
||||||
|
variables:
|
||||||
|
CC: gcc
|
||||||
|
CFLAGS: "-Wall -Wextra -O2 -g -DISC_CHECK_NONE=1"
|
||||||
|
EXTRA_CONFIGURE: "--with-libidn2"
|
||||||
|
<<: *debian_sid_amd64_image
|
||||||
|
<<: *build_job
|
||||||
|
|
||||||
|
noassert:unittest:debian:sid:amd64:
|
||||||
|
<<: *debian_sid_amd64_image
|
||||||
|
<<: *unit_test_job
|
||||||
|
dependencies:
|
||||||
|
- noassert:build:debian:sid:amd64
|
||||||
|
|
||||||
|
noassert:systemtest:debian:sid:amd64:
|
||||||
|
<<: *debian_sid_amd64_image
|
||||||
|
<<: *system_test_job
|
||||||
|
dependencies:
|
||||||
|
- noassert:build:debian:sid:amd64
|
||||||
|
Reference in New Issue
Block a user