Signed-off-by: Wei Liu <[email protected]>
---
See: https://gitlab.com/liuw/xen/pipelines/26289145
Clang build failed. That should be fixed separately.
---
.gitlab-ci.yml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 682e48ef51..1b9877b348 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,6 +103,38 @@ debian-stretch-gcc-debug:
debug: y
XEN_TARGET_ARCH: x86_64
+debian-stretch-32-clang:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: debian:stretch-i386
+ debug: n
+ XEN_TARGET_ARCH: x86_32
+
+debian-stretch-32-clang-debug:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: debian:stretch-i386
+ debug: y
+ XEN_TARGET_ARCH: x86_32
+
+debian-stretch-32-gcc:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:stretch-i386
+ debug: n
+ XEN_TARGET_ARCH: x86_32
+
+debian-stretch-32-gcc-debug:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:stretch-i386
+ debug: y
+ XEN_TARGET_ARCH: x86_32
+
# Ubuntu Trusty's Clang is 3.4 while Xen requires 3.5
ubuntu-trusty-gcc:
--
2.11.0
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel