# Minmal check on debian: just make, make check.
#
debian-minimal:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
script:
- ./scripts/ci/ci-driver.sh
#####
# Distcheck on debian stable
debian-distcheck:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
DISTCHECK: "yes"
#####
# Documentation tests on debian stable: doxygen and asciidoc.
debian-docs:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
DOXYGEN: "yes"
# with the 'artifacts' mechanism, in theory, but it would be good to
# avoid having to have a system with hundreds of artifacts.
debian-integration:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
CHECK: "no"
#####
# Tracing build on Debian stable.
debian-tracing:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
TRACING: "yes"
#####
# No-authority mode
debian-disable-dirauth:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
DISABLE_DIRAUTH: "yes"
#####
# No-relay mode
debian-disable-relay:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
DISABLE_RELAY: "yes"
#####
# NSS check on debian
debian-nss:
- image: debian:stable
+ image: debian:buster
<<: *debian-template
variables:
NSS: "yes"