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

index a4629d19aa545b7409d4feb8430a9c148537a04c..daa6ccd736141acd34d16f0308148142cb68c24c 100644 (file)
@@ -569,6 +569,20 @@ ubuntu20-10-test:
     variables:
       IMAGE: ubuntu-20.10
 
+ubuntu21-04-test:
+    <<: *linux_test_definition
+    before_script:
+        - export build_system="autotools"
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "ubuntu21-04-build"
+          artifacts: true
+    tags:
+        - linux
+    variables:
+      IMAGE: ubuntu-21.04
+
 centos7-test:
     <<: *linux_test_definition
     before_script: