]> granicus.if.org Git - graphviz/commitdiff
CI: add ubuntu21-10-cmake-test job
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 18 Oct 2021 12:43:15 +0000 (14:43 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Thu, 21 Oct 2021 20:58:32 +0000 (22:58 +0200)
.gitlab-ci.yml

index 475ab629e9b026a472d625ae8929f96d95aa587b..57dba10d87e6332d65aba57de9e01e177d65a21d 100644 (file)
@@ -1110,6 +1110,20 @@ ubuntu21-04-cmake-test:
     variables:
       IMAGE: ubuntu-21.04
 
+ubuntu21-10-cmake-test:
+    <<: *linux_test_definition
+    before_script:
+        - export build_system="cmake"
+        - python3 gen_version.py > GRAPHVIZ_VERSION
+        - echo experimental > COLLECTION
+    needs:
+        - job: "ubuntu21-10-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    variables:
+      IMAGE: ubuntu-21.10
+
 ubuntu21.04-cmake-ASan-test-including-ctest:
     <<: *linux_test_definition_including_ctest
     before_script: