summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-10-03 00:10:32 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-10-03 00:10:32 +0300
commit4cf919355c16cb87184508846ab356cfcab35293 (patch)
treec4fb94562c17d8c080a389e8f1321518308c8d66
parent9435d7a9e4a109c747976b25fcd2c43556d9081d (diff)
downloadobnam2-4cf919355c16cb87184508846ab356cfcab35293.tar.gz
Add Debian Bullseye to CI matrix
Fixes #142.
-rw-r--r--.gitlab-ci.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8c2f77f..2ba57cc 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,10 +7,12 @@ variables:
# 1. https://gitlab.com/gitlab-org/gitlab-runner/-/issues/327
CARGO_HOME: $CI_PROJECT_DIR/.cargo
-default:
- image: registry.gitlab.com/obnam/container-images:main
-
check:
+ parallel:
+ matrix:
+ - IMAGE: buster-main
+ - IMAGE: bullseye-main
+ image: registry.gitlab.com/obnam/container-images:$IMAGE
script:
# If any of the checks fail, print out the Subplot log and propagate the
# error.