Centos 8.2 is out, reenabling centos8 builds

This commit is contained in:
Maxime Besson 2020-06-24 21:42:58 +02:00
parent d4a93927cd
commit 196ef49ca4
1 changed files with 13 additions and 13 deletions

View File

@ -52,19 +52,19 @@ build_centos_7:
paths:
- result/*
#build_centos_8:
# image: buildpkg/centos:8
# stage: build
# script:
# - yum-config-manager --enable PowerTools
# - yum-config-manager --enable AppStream
# - yum -y install epel-release
# - make rpm-dist
# - ci-build-pkg
# artifacts:
# expire_in: 1 day
# paths:
# - result/*
build_centos_8:
image: buildpkg/centos:8
stage: build
script:
- yum-config-manager --enable PowerTools
- yum-config-manager --enable AppStream
- yum -y install epel-release
- make rpm-dist
- ci-build-pkg
artifacts:
expire_in: 1 day
paths:
- result/*
sign:
image: buildpkg/debian:stretch