aboutsummaryrefslogtreecommitdiffstats
path: root/gitlab-ci-rpms-tito.yml
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 /gitlab-ci-rpms-tito.yml
parent12e79e45f046701214262caac35783e09a88ff84 (diff)
downloadrpm-package-builder-207982c8c64a677147b1f6ad6b5fcbd1a92eb13c.tar.gz
add centos stream 9
Diffstat (limited to 'gitlab-ci-rpms-tito.yml')
-rw-r--r--gitlab-ci-rpms-tito.yml12
1 files changed, 12 insertions, 0 deletions
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