metrics: metrics.txt
except:
- tags
+ image: macos-11-xcode-12
# 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
before_script:
- export build_system="autotools"
tags:
- - macos
+ - shared-macos-amd64
ubuntu18-04-cmake-build:
<<: *deb_build_definition
- export CFLAGS=-Werror
- export CXXFLAGS=-Werror
tags:
- - macos
+ - shared-macos-amd64
windows-cmake-Win32-release-build:
<<: *windows_build_definition
- job: "macos-autotools-build"
artifacts: true
tags:
- - macos
+ - shared-macos-amd64
+ image: macos-11-xcode-12
# 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
- job: "macos-cmake-build"
artifacts: true
tags:
- - macos
+ - shared-macos-amd64
+ image: macos-11-xcode-12
# 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