Signed-off-by: Dario Faggioli <[email protected]>
---
Cc: Doug Goldstein <[email protected]>
Cc: Wei Liu <[email protected]>
---
.gitlab-ci.yml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3b393fade..815e626291 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -323,3 +323,35 @@ debian-unstable-gcc-debug-arm64:
XEN_TARGET_ARCH: arm64
tags:
- arm64
+
+opensuse-leap-clang:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: suse:opensuse-leap
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+opensuse-leap-clang-debug:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: suse:opensuse-leap
+ debug: y
+ XEN_TARGET_ARCH: x86_64
+
+opensuse-leap-gcc:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: suse:opensuse-leap
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+opensuse-leap-gcc-debug:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: suse:opensuse-leap
+ debug: y
+ XEN_TARGET_ARCH: x86_64
_______________________________________________
Xen-devel mailing list
[email protected]
https://lists.xenproject.org/mailman/listinfo/xen-devel