aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2022-04-22 15:35:07 +0200
committerGerd Hoffmann <kraxel@redhat.com>2022-04-22 15:35:07 +0200
commit207982c8c64a677147b1f6ad6b5fcbd1a92eb13c (patch)
treeeee3d0d2f5cd82a838e395a57bf6f6b89bf5c3ff
parent12e79e45f046701214262caac35783e09a88ff84 (diff)
downloadrpm-package-builder-207982c8c64a677147b1f6ad6b5fcbd1a92eb13c.tar.gz
add centos stream 9
-rw-r--r--gitlab-ci-build-meson.yml8
-rw-r--r--gitlab-ci-rpms-tito.yml12
2 files changed, 20 insertions, 0 deletions
diff --git a/gitlab-ci-build-meson.yml b/gitlab-ci-build-meson.yml
index 3304e6a..ec1b6a6 100644
--- a/gitlab-ci-build-meson.yml
+++ b/gitlab-ci-build-meson.yml
@@ -46,3 +46,11 @@ build_stream8_x86_64:
- dnf builddep -y *.spec
script:
- *build_meson
+
+build_stream9_x86_64:
+ stage: build
+ image: registry.gitlab.com/kraxel/rpm-package-builder:stream9
+ before_script:
+ - dnf builddep -y *.spec
+ script:
+ - *build_meson
diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml
index e9a6a49..14928e1 100644
--- a/gitlab-ci-rpms-tito.yml
+++ b/gitlab-ci-rpms-tito.yml
@@ -62,6 +62,18 @@ tito_stream8_x86_64:
paths:
- rpms-stream8-x86_64/
+tito_stream9_x86_64:
+ stage: rpms
+ image: registry.gitlab.com/kraxel/rpm-package-builder:stream9
+ before_script:
+ - dnf builddep -y *.spec
+ script:
+ - tito build --test --rpm --output rpms-stream9-x86_64
+ - createrepo rpms-stream9-x86_64
+ artifacts:
+ paths:
+ - rpms-stream9-x86_64/
+
pages:
stage: repo
image: registry.gitlab.com/kraxel/rpm-package-builder:fedora