]> granicus.if.org Git - graphviz/commitdiff
Add test stage for Centos 6-8 & Fedora 29-33
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sat, 11 Apr 2020 10:00:40 +0000 (12:00 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 13 Apr 2020 06:35:40 +0000 (08:35 +0200)
.gitlab-ci.yml

index aef2507fb916c8095b295a49a5c78bcb55e85841..d9f7d3dee69a1f18ded43474ed488b28fa508793 100644 (file)
@@ -155,6 +155,54 @@ ubuntu19-10-test:
         - linux
     image: "graphviz/graphviz:ubuntu-19.10"
 
+centos6-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:centos6"
+
+centos7-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:centos7"
+
+centos8-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:centos8"
+
+fedora29-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora29"
+
+fedora30-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora30"
+
+fedora31-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora31"
+
+fedora32-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora32"
+
+fedora33-test:
+    <<: *test_definition
+    tags:
+        - linux
+    image: "graphviz/graphviz:fedora33"
+
 deployment:
     stage: deploy
     script: