diff options
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 |