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

index daa6ccd736141acd34d16f0308148142cb68c24c..c7e2736080accf82ee1267dcbd5d7ee3acce30b1 100644 (file)
@@ -713,6 +713,21 @@ ubuntu20-10-cmake-ASan-test:
     variables:
       IMAGE: ubuntu-20.10
 
+ubuntu21-04-cmake-test:
+    <<: *linux_test_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "ubuntu21-04-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    variables:
+      IMAGE: ubuntu-21.04
+
 centos7-cmake-test:
     <<: *linux_test_definition
     before_script: