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

index 7d65690767e533980511dfd22976f9d42e6322c9..4fce54a5e47fd717210040895b007b72addfb939 100644 (file)
@@ -282,6 +282,15 @@ ubuntu18-04-cmake-build:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+fedora31-cmake-build:
+    <<: *rpm_build_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora31"
+
 macos-cmake-build:
     <<: *macos_build_definition
     before_script: