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

.gitlab-ci.yml

index 541be0a17554cc32825a497514c87444fbca674e..a21af84b81ed0ad230387fd86c1a144fc23a4369 100644 (file)
@@ -478,6 +478,20 @@ fedora33-test:
         - linux
     image: "graphviz/graphviz:fedora33"
 
+macos-autotools-test:
+    <<: *test_definition
+    before_script:
+        - pip3 install pytest
+        - export build_system="autotools"
+        - echo experimental > COLLECTION
+    needs:
+        - job: portable-source
+          artifacts: true
+        - job: "macos-autotools-build"
+          artifacts: true
+    tags:
+        - macos
+
 ubuntu18-04-cmake-test:
     <<: *test_definition
     before_script: