p***@xen.org
2018-11-08 18:22:15 UTC
commit 21b17f9eaad4e7d1b7cf2950e8d113f8c79339ea
Author: Wei Liu <***@citrix.com>
AuthorDate: Mon Oct 22 16:18:51 2018 +0100
Commit: Wei Liu <***@citrix.com>
CommitDate: Thu Nov 8 18:15:37 2018 +0000
automation: build with Ubuntu 18.04
Signed-off-by: Wei Liu <***@citrix.com>
Acked-by: Andrew Cooper <***@citrix.com>
---
.gitlab-ci.yml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf6bf7d895..96d7e7f759 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,3 +269,35 @@ ubuntu-xenial-gcc-debug:
CONTAINER: ubuntu:xenial
debug: y
XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-clang:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: ubuntu:bionic
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-clang-debug:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: ubuntu:bionic
+ debug: y
+ XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-gcc:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: ubuntu:bionic
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-gcc-debug:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: ubuntu:bionic
+ debug: y
+ XEN_TARGET_ARCH: x86_64
--
generated by git-patchbot for /home/xen/git/xen.git#staging
Author: Wei Liu <***@citrix.com>
AuthorDate: Mon Oct 22 16:18:51 2018 +0100
Commit: Wei Liu <***@citrix.com>
CommitDate: Thu Nov 8 18:15:37 2018 +0000
automation: build with Ubuntu 18.04
Signed-off-by: Wei Liu <***@citrix.com>
Acked-by: Andrew Cooper <***@citrix.com>
---
.gitlab-ci.yml | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf6bf7d895..96d7e7f759 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -269,3 +269,35 @@ ubuntu-xenial-gcc-debug:
CONTAINER: ubuntu:xenial
debug: y
XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-clang:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: ubuntu:bionic
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-clang-debug:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: ubuntu:bionic
+ debug: y
+ XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-gcc:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: ubuntu:bionic
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+ubuntu-bionic-gcc-debug:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: ubuntu:bionic
+ debug: y
+ XEN_TARGET_ARCH: x86_64
--
generated by git-patchbot for /home/xen/git/xen.git#staging