Add centos7-cmake-test job to CI
authorMagnus Jacobsson <magnus.jacobsson@berotec.se>
Mon, 5 Oct 2020 08:01:01 +0000 (10:01 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Thu, 15 Oct 2020 16:10:45 +0000 (18:10 +0200)
.gitlab-ci.yml

index 100ce49b376e6fe7c494b6c414631133f4bb6182..fe0a4a89555459af185c08bca9cb0dff87baf280 100644 (file)
@@ -528,6 +528,22 @@ ubuntu18-04-cmake-test:
         - linux
     image: "graphviz/graphviz:ubuntu-18.04"
 
+centos7-cmake-test:
+    <<: *test_definition
+    before_script:
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+        # Graphviz libs are installed in /usr/lib, but Centos 7 doesn't look there by default
+        - export LD_LIBRARY_PATH=/usr/lib
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "centos7-cmake-build"
+          artifacts: true
+    tags:
+        - linux
+    image: "graphviz/graphviz:centos7"
+
 fedora31-cmake-test:
     <<: *test_definition
     before_script: