yaml: make files comply with YAML specification

Signed-off-by: Luís Ferreira <contact@lsferreira.net>
This commit is contained in:
Luís Ferreira 2021-08-22 19:23:35 +01:00 committed by The Dlang Bot
parent e67d040bc9
commit 05c1b59919
2 changed files with 9 additions and 9 deletions

View file

@ -23,7 +23,7 @@ environment:
FULL_BUILD: false FULL_BUILD: false
# Linux # Linux
task: linux_task:
name: Ubuntu 18.04 $TASK_NAME_SUFFIX name: Ubuntu 18.04 $TASK_NAME_SUFFIX
container: container:
image: ubuntu:18.04 image: ubuntu:18.04
@ -39,7 +39,7 @@ task:
<< : *COMMON_STEPS_TEMPLATE << : *COMMON_STEPS_TEMPLATE
# Mac # Mac
task: mac_task:
name: macOS 10.15 x64 name: macOS 10.15 x64
osx_instance: osx_instance:
image: catalina-xcode image: catalina-xcode
@ -51,7 +51,7 @@ task:
<< : *COMMON_STEPS_TEMPLATE << : *COMMON_STEPS_TEMPLATE
# FreeBSD # FreeBSD
task: freebsd12_task:
name: FreeBSD 12.2 x64 name: FreeBSD 12.2 x64
freebsd_instance: freebsd_instance:
image_family: freebsd-12-2 image_family: freebsd-12-2
@ -64,7 +64,7 @@ task:
install_bash_and_git_script: pkg install -y bash git install_bash_and_git_script: pkg install -y bash git
<< : *COMMON_STEPS_TEMPLATE << : *COMMON_STEPS_TEMPLATE
task: freebsd11_task:
name: FreeBSD 11.4 x64 name: FreeBSD 11.4 x64
freebsd_instance: freebsd_instance:
image_family: freebsd-11-4 image_family: freebsd-11-4

View file

@ -14,11 +14,11 @@ codecov:
# Only CircleCi generates coverages files atm. # Only CircleCi generates coverages files atm.
# Don't wait for the other CIs # Don't wait for the other CIs
- circleci.com - circleci.com
- !dtest.dlang.io - '!dtest.dlang.io'
- !auto-tester.puremagic.com - '!auto-tester.puremagic.com'
- !appveyor.com - '!appveyor.com'
- !ci.dlang.io - '!ci.dlang.io'
- !travis-ci.org - '!travis-ci.org'
# At CircleCi, the PR is merged into `master` before the testsuite is run. # At CircleCi, the PR is merged into `master` before the testsuite is run.
# This allows CodeCov to adjust the resulting coverage diff, s.t. it matches # This allows CodeCov to adjust the resulting coverage diff, s.t. it matches