From: Magnus Jacobsson Date: Tue, 20 Oct 2020 13:03:53 +0000 (+0200) Subject: Add macos-autotools-test job to CI X-Git-Tag: 2.46.0~20^2^2~15^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77a55fcceb260ec1ec837eaf7b65f51ace3ee3d0;p=graphviz Add macos-autotools-test job to CI Towards https://gitlab.com/graphviz/graphviz/-/issues/1727. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 541be0a17..a21af84b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: