mirror of
https://git.icinga.com/packaging/rpm-icinga2.git
synced 2025-09-24 10:37:44 +02:00
ci: Add build jobs for epel-8
This commit is contained in:
parent
92eb361d0d
commit
81b1229db0
@ -49,6 +49,23 @@ variables:
|
|||||||
###################################
|
###################################
|
||||||
# EPEL
|
# EPEL
|
||||||
###################################
|
###################################
|
||||||
|
build/rhel/8:
|
||||||
|
<<: *build
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: rhel/8
|
||||||
|
|
||||||
|
test/rhel/8:
|
||||||
|
<<: *test
|
||||||
|
variables:
|
||||||
|
DOCKER_IMAGE: rhel/8
|
||||||
|
dependencies:
|
||||||
|
- build/rhel/8
|
||||||
|
|
||||||
|
upload/epel/8:
|
||||||
|
<<: *upload
|
||||||
|
dependencies:
|
||||||
|
- build/rhel/8
|
||||||
|
|
||||||
build/centos/7:
|
build/centos/7:
|
||||||
<<: *build
|
<<: *build
|
||||||
variables:
|
variables:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user