mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
cirrus: Only run bootstrap pipeline on 11.x
This commit is contained in:
parent
1db0834918
commit
7cef3b9f3c
2 changed files with 2 additions and 22 deletions
20
.cirrus.yml
20
.cirrus.yml
|
@ -1,4 +1,3 @@
|
|||
# Test
|
||||
common_steps_template: &COMMON_STEPS_TEMPLATE
|
||||
install_prerequisites_script: ./ci/cirrusci.sh
|
||||
install_host_compiler_script: ./ci/run.sh install_host_compiler
|
||||
|
@ -102,24 +101,7 @@ macos12_task:
|
|||
<< : *COVERAGE_ENVIRONMENT_TEMPLATE
|
||||
<< : *COMMON_STEPS_TEMPLATE
|
||||
macos11_task:
|
||||
name: macOS 11.x x64, $TASK_NAME_SUFFIX
|
||||
osx_instance:
|
||||
image: big-sur-xcode
|
||||
timeout_in: 60m
|
||||
environment:
|
||||
OS_NAME: darwin
|
||||
# override Cirrus default OS (`darwin`)
|
||||
OS: osx
|
||||
# 12 CPU cores and 24 GB of memory are available
|
||||
N: 12
|
||||
matrix:
|
||||
- TASK_NAME_SUFFIX: DMD (latest)
|
||||
- TASK_NAME_SUFFIX: DMD (coverage)
|
||||
<< : *COVERAGE_ENVIRONMENT_TEMPLATE
|
||||
<< : *COMMON_STEPS_TEMPLATE
|
||||
|
||||
macos10_task:
|
||||
name: macOS 10.15 x64, DMD (bootstrap)
|
||||
name: macOS 11.x x64, DMD (bootstrap)
|
||||
osx_instance:
|
||||
image: big-sur-xcode
|
||||
timeout_in: 60m
|
||||
|
|
|
@ -167,9 +167,7 @@ These should be taken seriously, since untested code is likely to introduce bugs
|
|||
- Ubuntu 18.04 x86, DMD (bootstrap)
|
||||
- Ubuntu 18.04 x86, DMD (coverage)
|
||||
- Ubuntu 18.04 x86, DMD (latest)
|
||||
- macOS 10.15 x64, DMD (bootstrap)
|
||||
- macOS 11.x x64, DMD (coverage)
|
||||
- macOS 11.x x64, DMD (latest)
|
||||
- macOS 11.x x64, DMD (bootstrap)
|
||||
- macOS 12.x x64, DMD (coverage)
|
||||
- macOS 12.x x64, DMD (latest)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue