]> xenbits.xensource.com Git - people/tklengyel/xen.git/commitdiff
automation: Add Ubuntu Focal builds
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Feb 2021 13:25:58 +0000 (13:25 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 11 Feb 2021 17:26:13 +0000 (17:26 +0000)
Logical continuation of c/s eb52442d7f "automation: Add Ubuntu:focal
container".

No further changes required.  Everything builds fine.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wl@xen.org>
automation/gitlab-ci/build.yaml

index db68dd0b69533c6209391b12865da421231794aa..d00b8a512311ace43ba9ea5bc79a8a728f152d94 100644 (file)
@@ -390,6 +390,26 @@ ubuntu-bionic-gcc-debug:
   variables:
     CONTAINER: ubuntu:bionic
 
+ubuntu-focal-gcc:
+  extends: .gcc-x86-64-build
+  variables:
+    CONTAINER: ubuntu:focal
+
+ubuntu-focal-gcc-debug:
+  extends: .gcc-x86-64-build-debug
+  variables:
+    CONTAINER: ubuntu:focal
+
+ubuntu-focal-clang:
+  extends: .gcc-x86-64-build
+  variables:
+    CONTAINER: ubuntu:focal
+
+ubuntu-focal-clang-debug:
+  extends: .gcc-x86-64-build-debug
+  variables:
+    CONTAINER: ubuntu:focal
+
 opensuse-leap-clang:
   extends: .clang-x86-64-build
   variables: