Skip to content

Add CI badges to Cargo.toml #953

Closed
Closed
@kbknapp

Description

@kbknapp

Cargo.toml publishes CI badges for tier 1 platforms (C-CI)

The Rust compiler regards tier 1 platforms as "guaranteed to work."
Specifically they will each satisfy the following requirements:

Official binary releases are provided for the platform.
Automated testing is set up to run tests for the platform.
Landing changes to the rust-lang/rust repository's master branch is gated on
tests passing.
Documentation for how to use and how to build the platform is available.

Stable, high-profile crates should meet the same level of rigor when it comes to
tier 1. To prove it, Cargo.toml should publish CI badges.

[badges]
travis-ci = { repository = "..." }
appveyor = { repository = "..." }

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-metaArea: administrative question or tracking issueE-mediumCall for participation: Experience needed to fix: Medium / intermediate

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions