ci: Add build jobs for epel-8

This commit is contained in:
Markus Frosch 2019-07-22 19:50:05 +02:00
parent 42c8ea0ab7
commit bb86f6bafe
1 changed files with 17 additions and 0 deletions

View File

@ -49,6 +49,23 @@ variables:
###################################
# 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
variables: