Add the CentOS 7.x images to be used for build testing.
Signed-off-by: Doug Goldstein <[email protected]>
---
.gitlab-ci.yml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1b9877b..6328da9 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:
--
git-series 0.9.1
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel