|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/2] ci: enable builds with CentOS 7.x
Add the CentOS 7.x images to be used for build testing.
Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
.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
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |