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