From: Doug Goldstein Date: Sun, 29 Jul 2018 21:53:16 +0000 (-0500) Subject: ci: enable builds with CentOS 7.x X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~3530 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f93021754b34f65f61812491f0beefe3d46d8e7e;p=xen.git ci: enable builds with CentOS 7.x Add the CentOS 7.x images to be used for build testing. Signed-off-by: Doug Goldstein Reviewed-by: Wei Liu --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1b9877b348..6328da92e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,6 +39,22 @@ centos-7-2-gcc-debug: debug: y XEN_TARGET_ARCH: x86_64 +centos-7-gcc: + <<: *build + variables: + <<: *gcc + CONTAINER: centos:7 + debug: n + XEN_TARGET_ARCH: x86_64 + +centos-7-gcc-debug: + <<: *build + variables: + <<: *gcc + CONTAINER: centos:7 + debug: y + XEN_TARGET_ARCH: x86_64 + debian-jessie-clang: <<: *build variables: