diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-06 14:21:21 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-08-06 14:21:21 +0200 |
commit | abdb2611aa0bbdf2f66f686edc17a5f3cf2ea9b8 (patch) | |
tree | 18def2ceb4697fbf3ab7af21f07d463fb4cfa3fa | |
parent | a6e99b03c3c557a6336e69e8c08defce750ab41d (diff) | |
download | gterm-abdb2611aa0bbdf2f66f686edc17a5f3cf2ea9b8.tar.gz |
ci: add centos 7
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6a8b6c3..b1f95fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,3 +22,11 @@ build_centos8: script: - *build_meson +build_centos7: + stage: build + image: registry.gitlab.com/kraxel/rpm-package-builder:centos7 + before_script: + - yum-builddep -y *.spec + script: + - *build_meson + |