[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 2/3] ci: add GCC based build tests for CentOS 6
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 682e48ef51..1c22b7715f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,6 +23,22 @@ stages: CXX: clang++ clang: y +centos-6-gcc: + <<: *build + variables: + <<: *gcc + CONTAINER: centos:6 + debug: n + XEN_TARGET_ARCH: x86_64 + +centos-6-gcc-debug: + <<: *build + variables: + <<: *gcc + CONTAINER: centos:6 + debug: y + XEN_TARGET_ARCH: x86_64 + centos-7-2-gcc: <<: *build variables: -- 2.16.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 |