]> xenbits.xensource.com Git - people/royger/xen.git/commitdiff
automation: build on openSUSE Leap.
authorDario Faggioli <dfaggioli@suse.com>
Fri, 16 Nov 2018 18:31:10 +0000 (19:31 +0100)
committerWei Liu <wei.liu2@citrix.com>
Sat, 17 Nov 2018 10:34:28 +0000 (10:34 +0000)
Signed-off-by: Dario Faggioli <dfaggioli@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
.gitlab-ci.yml

index a3b393fade70e84db8814a74b1f76b00e0a23499..e7690e2c7db389c9e3cee24e94b971339f102d32 100644 (file)
@@ -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: