diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-13 18:38:05 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2024-12-13 18:38:05 +0100 |
commit | 669575e0a5ffa8f83c31638a3153efea76a00e8c (patch) | |
tree | bec25e0b97a6f4c313b986b380ade21f4898f35e /gitlab-ci-rpms-tito.yml | |
parent | 4e3fae7790531809aae44057e7075e972a781697 (diff) | |
download | rpm-package-builder-669575e0a5ffa8f83c31638a3153efea76a00e8c.tar.gz |
add el9
Diffstat (limited to 'gitlab-ci-rpms-tito.yml')
-rw-r--r-- | gitlab-ci-rpms-tito.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gitlab-ci-rpms-tito.yml b/gitlab-ci-rpms-tito.yml index b2bd923..522097c 100644 --- a/gitlab-ci-rpms-tito.yml +++ b/gitlab-ci-rpms-tito.yml @@ -38,6 +38,18 @@ tito_el8_x86_64: paths: - rpms-el8-x86_64/ +tito_el9_x86_64: + stage: rpms + image: registry.gitlab.com/kraxel/rpm-package-builder:el9 + before_script: + - dnf builddep -y *.spec + script: + - tito build --test --rpm --output rpms-el9-x86_64 + - createrepo rpms-el9-x86_64 + artifacts: + paths: + - rpms-el9-x86_64/ + tito_stream9_x86_64: stage: rpms image: registry.gitlab.com/kraxel/rpm-package-builder:stream9 |