From: Mark Hansen Date: Sat, 20 Feb 2021 22:07:19 +0000 (+1100) Subject: Revert "Only run macOS CI on graphviz/graphviz repo" X-Git-Tag: 2.47.0~50^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77c3b048f198798791193a028a77bf903a5b325e;p=graphviz Revert "Only run macOS CI on graphviz/graphviz repo" This reverts commit 5052447d34a37421282b8eb5a9677097518b86b7. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 71caf0ea3..235889780 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,15 +102,6 @@ portable-source: metrics: metrics.txt except: - tags - # Most submitters don't have access to the macOS runners, and if they try - # to run macOS pipeline jobs, the jobs will hang forever. This variable is - # only set on repos that have access to macOS runners, in GitLab repo - # settings. - # https://gitlab.com/graphviz/graphviz/-/settings/ci_cd - only: - variables: - - $CI_ENABLE_MACOS - .build_template: &windows_build_definition stage: build @@ -520,14 +511,6 @@ macos-autotools-test: artifacts: true tags: - macos - # Most submitters don't have access to the macOS runners, and if they try - # to run macOS pipeline jobs, the jobs will hang forever. This variable is - # only set on repos that have access to macOS runners, in GitLab repo - # settings. - # https://gitlab.com/graphviz/graphviz/-/settings/ci_cd - only: - variables: - - $CI_ENABLE_MACOS ubuntu18-04-cmake-test: <<: *linux_test_definition @@ -604,14 +587,6 @@ macos-cmake-test: artifacts: true tags: - macos - # Most submitters don't have access to the macOS runners, and if they try - # to run macOS pipeline jobs, the jobs will hang forever. This variable is - # only set on repos that have access to macOS runners, in GitLab repo - # settings. - # https://gitlab.com/graphviz/graphviz/-/settings/ci_cd - only: - variables: - - $CI_ENABLE_MACOS deployment: stage: deploy