|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen master] automation: build with debian unstable
commit 37b7c808b3fd68c11425accb53b83c37479a2b51
Author: Wei Liu <wei.liu2@xxxxxxxxxx>
AuthorDate: Mon Aug 20 14:05:11 2018 +0100
Commit: Wei Liu <wei.liu2@xxxxxxxxxx>
CommitDate: Mon Aug 20 14:05:11 2018 +0100
automation: build with debian unstable
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx>
Acked-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
.gitlab-ci.yml | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6328da92e0..c2d695ff6f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -151,6 +151,70 @@ debian-stretch-32-gcc-debug:
debug: y
XEN_TARGET_ARCH: x86_32
+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:
--
generated by git-patchbot for /home/xen/git/xen.git#master
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/xen-changelog
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |