From f93021754b34f65f61812491f0beefe3d46d8e7e Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Sun, 29 Jul 2018 16:53:16 -0500 Subject: [PATCH] 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 --- .gitlab-ci.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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: -- 2.30.2