From: Wei Liu <wei.liu2@citrix.com>
To: Xen-devel <xen-devel@lists.xenproject.org>
Cc: Wei Liu <wei.liu2@citrix.com>, Doug Goldstein <cardoe@cardoe.com>
Subject: [PATCH 2/2] automation: build with debian unstable
Date: Mon, 23 Jul 2018 17:57:35 +0100 [thread overview]
Message-ID: <20180723165735.911-3-wei.liu2@citrix.com> (raw)
In-Reply-To: <20180723165735.911-1-wei.liu2@citrix.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
---
.gitlab-ci.yml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 682e48ef51..8aae194136 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -103,6 +103,70 @@ debian-stretch-gcc-debug:
debug: y
XEN_TARGET_ARCH: x86_64
+debian-unstable-clang:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: debian:unstable
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+debian-unstable-clang-debug:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: debian:unstable
+ debug: y
+ XEN_TARGET_ARCH: x86_64
+
+debian-unstable-gcc:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:unstable
+ debug: n
+ XEN_TARGET_ARCH: x86_64
+
+debian-unstable-gcc-debug:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:unstable
+ debug: y
+ XEN_TARGET_ARCH: x86_64
+
+debian-unstable-32-clang:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: debian:unstable-i386
+ debug: n
+ XEN_TARGET_ARCH: x86_32
+
+debian-unstable-32-clang-debug:
+ <<: *build
+ variables:
+ <<: *clang
+ CONTAINER: debian:unstable-i386
+ debug: y
+ XEN_TARGET_ARCH: x86_32
+
+debian-unstable-32-gcc:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:unstable-i386
+ debug: n
+ XEN_TARGET_ARCH: x86_32
+
+debian-unstable-32-gcc-debug:
+ <<: *build
+ variables:
+ <<: *gcc
+ CONTAINER: debian:unstable-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
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel
next prev parent reply other threads:[~2018-07-23 16:57 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-23 16:57 [PATCH 0/2] automation: build test with debian unstable Wei Liu
2018-07-23 16:57 ` [PATCH 1/2] automation: add debian unstable images Wei Liu
2018-07-25 15:54 ` Doug Goldstein
2018-07-23 16:57 ` Wei Liu [this message]
2018-07-25 15:55 ` [PATCH 2/2] automation: build with debian unstable Doug Goldstein
2018-07-25 16:44 ` Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180723165735.911-3-wei.liu2@citrix.com \
--to=wei.liu2@citrix.com \
--cc=cardoe@cardoe.com \
--cc=xen-devel@lists.xenproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).