]> granicus.if.org Git - graphviz/commitdiff
Add fedora31-cmake-test job to CI
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sun, 4 Oct 2020 09:45:29 +0000 (11:45 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 15 Oct 2020 16:10:45 +0000 (18:10 +0200)
.gitlab-ci.yml

index 4fce54a5e47fd717210040895b007b72addfb939..08e8bb2c8e24b47f62bac8f7c1f335984e861a95 100644 (file)
@@ -519,6 +519,20 @@ ubuntu18-04-cmake-test:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+fedora31-cmake-test:
+    <<: *test_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "fedora31-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora31"
+
 deployment:
     stage: deploy
     script: