]> granicus.if.org Git - graphviz/commitdiff
Add ubuntu21-04-build job to CI
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 29 Apr 2021 21:42:56 +0000 (23:42 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 May 2021 17:21:44 +0000 (19:21 +0200)
.gitlab-ci.yml

index 22c20d147b884ae550579030c56e922aad3d3667..0679849341c6fb321330d29ee926d03c51a96cef 100644 (file)
@@ -329,6 +329,18 @@ ubuntu20-10-build:
     variables:
       IMAGE: ubuntu-20.10
 
+ubuntu21-04-build:
+    <<: *deb_build_definition
+    needs:
+        - job: docker_build_ubuntu-21.04
+          artifacts: false
+        - job: portable-source
+          artifacts: true
+    tags:
+        - linux
+    variables:
+      IMAGE: ubuntu-21.04
+
 macos-autotools-build:
     <<: *macos_build_definition
     before_script: