Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
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