mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Auto merge of #7119 - jonhoo:cirrus-ci-badge, r=Eh2406
Add Cirrus CI badge to manifest Reflect changes from https://github.com/rust-lang/crates.io/pull/1782. NOTE: Should not land until https://github.com/rust-lang/crates.io/pull/1782 lands.
This commit is contained in:
commit
e3563dbdcd
@ -269,7 +269,7 @@ license-file = "..."
|
|||||||
# Optional specification of badges to be displayed on crates.io.
|
# Optional specification of badges to be displayed on crates.io.
|
||||||
#
|
#
|
||||||
# - The badges pertaining to build status that are currently available are
|
# - The badges pertaining to build status that are currently available are
|
||||||
# Appveyor, CircleCI, GitLab, Azure DevOps and TravisCI.
|
# Appveyor, CircleCI, Cirrus CI, GitLab, Azure DevOps and TravisCI.
|
||||||
# - Available badges pertaining to code test coverage are Codecov and
|
# - Available badges pertaining to code test coverage are Codecov and
|
||||||
# Coveralls.
|
# Coveralls.
|
||||||
# - There are also maintenance-related badges based on isitmaintained.com
|
# - There are also maintenance-related badges based on isitmaintained.com
|
||||||
@ -290,6 +290,9 @@ appveyor = { repository = "...", branch = "master", service = "github" }
|
|||||||
# Circle CI: `repository` is required. `branch` is optional; default is `master`
|
# Circle CI: `repository` is required. `branch` is optional; default is `master`
|
||||||
circle-ci = { repository = "...", branch = "master" }
|
circle-ci = { repository = "...", branch = "master" }
|
||||||
|
|
||||||
|
# Cirrus CI: `repository` is required. `branch` is optional; default is `master`
|
||||||
|
cirrus-ci = { repository = "...", branch = "master" }
|
||||||
|
|
||||||
# GitLab: `repository` is required. `branch` is optional; default is `master`
|
# GitLab: `repository` is required. `branch` is optional; default is `master`
|
||||||
gitlab = { repository = "...", branch = "master" }
|
gitlab = { repository = "...", branch = "master" }
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user