Discussion:
[Xen-changelog] [xen staging] automation: build on openSUSE Leap.
p***@xen.org
2018-11-17 10:44:15 UTC
Permalink
commit 901abfef5de149546b16fba6f4d5bd7def08c672
Author: Dario Faggioli <***@suse.com>
AuthorDate: Fri Nov 16 19:31:10 2018 +0100
Commit: Wei Liu <***@citrix.com>
CommitDate: Sat Nov 17 10:34:28 2018 +0000

automation: build on openSUSE Leap.

Signed-off-by: Dario Faggioli <***@suse.com>
Acked-by: Wei Liu <***@citrix.com>
---
.gitlab-ci.yml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a3b393fade..e7690e2c7d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -302,6 +302,38 @@ ubuntu-bionic-gcc-debug:
debug: y
XEN_TARGET_ARCH: x86_64

+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
+
# Arm builds

debian-unstable-gcc-arm64:
--
generated by git-patchbot for /home/xen/git/xen.git#staging

Loading...