summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-10-03 12:46:17 +0000
committerLars Wirzenius <liw@liw.fi>2021-10-03 12:46:17 +0000
commit3bf30d8b66bef6ad739a9dedff6ff73bde521866 (patch)
treec4fb94562c17d8c080a389e8f1321518308c8d66
parent9435d7a9e4a109c747976b25fcd2c43556d9081d (diff)
parent4cf919355c16cb87184508846ab356cfcab35293 (diff)
downloadobnam2-3bf30d8b66bef6ad739a9dedff6ff73bde521866.tar.gz
Merge branch 'feature/142-bullseye-in-ci' into 'main'
Add Debian Bullseye to CI matrix Closes #142 See merge request obnam/obnam!186
-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.