ci: enable builds with CentOS 7.x
authorDoug Goldstein <cardoe@cardoe.com>
Sun, 29 Jul 2018 21:53:16 +0000 (16:53 -0500)
committerWei Liu <wei.liu2@citrix.com>
Mon, 30 Jul 2018 15:01:13 +0000 (16:01 +0100)
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>
.gitlab-ci.yml

index 1b9877b348e567edfa9cef0a4253300b07cc229b..6328da92e0a772a3a2f7b74321a81f222b98d5e7 100644 (file)
@@ -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: