]> granicus.if.org Git - graphviz/commitdiff
Add ubuntu20-10-test job to CI
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 12 Nov 2020 21:57:01 +0000 (22:57 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Fri, 13 Nov 2020 17:27:37 +0000 (18:27 +0100)
.gitlab-ci.yml

index 870362a50941fd649ddf5d8af9aea5bbd2d4cce9..cf36563f0970fef2c6397879ed381e2a54e09874 100644 (file)
@@ -413,6 +413,19 @@ ubuntu20-04-test:
         - linux
     image: "graphviz/graphviz:ubuntu-20.04"
 
+ubuntu20-10-test:
+    <<: *test_definition
+    before_script:
+        - export build_system="autotools"
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "ubuntu20-10-build"
+          artifacts: true
+    tags:
+        - linux
+    image: "graphviz/graphviz:ubuntu-20.10"
+
 centos6-test:
     <<: *test_definition
     before_script: