diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-22 08:00:08 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2021-03-22 08:00:08 +0100 |
commit | 24b449c1e56d4cc9ead79ae3b9aa1f2f54fd2000 (patch) | |
tree | f311cd536a2def76cb3b00beef322f49abda05d0 | |
parent | 278c4c95c289a54ebc9ba13ba61f89a9b68d12ff (diff) | |
download | rpm-package-builder-24b449c1e56d4cc9ead79ae3b9aa1f2f54fd2000.tar.gz |
stream
-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 7fd06e8..dcf85e6 100644 --- a/gitlab-ci-rpms-tito.yml +++ b/gitlab-ci-rpms-tito.yml @@ -38,6 +38,18 @@ tito_centos8_x86_64: paths: - rpms-centos8-x86_64/ +tito_centos8s_x86_64: + stage: rpms + image: registry.gitlab.com/kraxel/rpm-package-builder:centos8s + before_script: + - dnf builddep -y *.spec + script: + - tito build --test --rpm --output rpms-centos8s-x86_64 + - createrepo rpms-centos8s-x86_64 + artifacts: + paths: + - rpms-centos8s-x86_64/ + tito_centos7_x86_64: stage: rpms image: registry.gitlab.com/kraxel/rpm-package-builder:centos7 |