]> granicus.if.org Git - graphviz/commitdiff
CI: add ubuntu-20.04-cmake-test job
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 28 Sep 2022 12:02:53 +0000 (14:02 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 29 Sep 2022 12:50:13 +0000 (14:50 +0200)
.gitlab-ci.yml

index 871f50a79515b54e5abf65697e5b1b1c3feed4d8..a588af98bc10b31b35130d4f96b88401f38ec685 100644 (file)
@@ -1053,6 +1053,19 @@ ubuntu-18.04-cmake-test:
     variables:
       IMAGE: ubuntu-18.04
 
+ubuntu-20.04-cmake-test:
+    <<: *linux_test_definition
+    before_script:
+        - export build_system="cmake"
+        - python3 gen_version.py --output GRAPHVIZ_VERSION
+    needs:
+        - job: "ubuntu-20.04-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    variables:
+      IMAGE: ubuntu-20.04
+
 ubuntu-22.04-cmake-test:
     <<: *linux_test_definition
     before_script: