]> granicus.if.org Git - graphviz/commitdiff
Add centos7-cmake-build job to CI
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 5 Oct 2020 07:59:38 +0000 (09:59 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 15 Oct 2020 16:10:45 +0000 (18:10 +0200)
.gitlab-ci.yml

index 08e8bb2c8e24b47f62bac8f7c1f335984e861a95..100ce49b376e6fe7c494b6c414631133f4bb6182 100644 (file)
@@ -282,6 +282,15 @@ ubuntu18-04-cmake-build:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+centos7-cmake-build:
+    <<: *rpm_build_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    tags:
+        - linux
+    image: "graphviz/graphviz:centos7"
+
 fedora31-cmake-build:
     <<: *rpm_build_definition
     before_script: