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

index 18516db25a83b96264f182866f6c2b609a29e41d..604511c6c324134dc27d886ddf27d6a5d0e64856 100644 (file)
@@ -544,6 +544,20 @@ ubuntu18-04-cmake-test:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+ubuntu20-10-cmake-test:
+    <<: *test_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "ubuntu20-10-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    image: "graphviz/graphviz:ubuntu-20.10"
+
 centos7-cmake-test:
     <<: *test_definition
     before_script: