diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 15:35:07 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2022-04-22 15:35:07 +0200 |
commit | 207982c8c64a677147b1f6ad6b5fcbd1a92eb13c (patch) | |
tree | eee3d0d2f5cd82a838e395a57bf6f6b89bf5c3ff /gitlab-ci-build-meson.yml | |
parent | 12e79e45f046701214262caac35783e09a88ff84 (diff) | |
download | rpm-package-builder-207982c8c64a677147b1f6ad6b5fcbd1a92eb13c.tar.gz |
add centos stream 9
Diffstat (limited to 'gitlab-ci-build-meson.yml')
-rw-r--r-- | gitlab-ci-build-meson.yml | 8 |
1 files changed, 8 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 |