]> granicus.if.org Git - graphviz/commitdiff
Add macos-cmake-test job to CI
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Tue, 20 Oct 2020 13:04:01 +0000 (15:04 +0200)
committerMagnus Jacobsson <magnus.jacobsson@berotec.se>
Sat, 24 Oct 2020 05:46:24 +0000 (07:46 +0200)
Resolves https://gitlab.com/graphviz/graphviz/-/issues/1727.

.gitlab-ci.yml

index a21af84b81ed0ad230387fd86c1a144fc23a4369..26d42e2a69359d7cef2a6be2b7a52ccaf0836570 100644 (file)
@@ -536,6 +536,20 @@ fedora31-cmake-test:
         - linux
     image: "graphviz/graphviz:fedora31"
 
+macos-cmake-test:
+    <<: *test_definition
+    before_script:
+        - pip3 install pytest
+        - export build_system="cmake"
+        - echo experimental > COLLECTION
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "macos-cmake-build"
+          artifacts: true
+    tags:
+        - macos
+
 deployment:
     stage: deploy
     script: