Add the CentOS 7.x images to be used for build testing.
Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
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: