Skip to content

Suggestion for cargo book Continuous Integration section to include more examples #7665

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
trevordmiller opened this issue Dec 4, 2019 · 1 comment
Labels
A-documenting-cargo-itself Area: Cargo's documentation C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`

Comments

@trevordmiller
Copy link

trevordmiller commented Dec 4, 2019

Describe the problem you are trying to solve
Currently the Cargo book CI section only shows cargo build and cargo test:
https://doc.rust-lang.org/cargo/guide/continuous-integration.html

Describe the solution you'd like
It would be helpful to include examples of other static analysis, documentation generation, sharing executables like:

cargo check
cargo test
cargo clippy
cargo fmt
cargo audit
cargo doc
cargo build --release
# how to share executables to GitHub releases / packages?
@trevordmiller trevordmiller added the C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted` label Dec 4, 2019
@trevordmiller trevordmiller changed the title Suggestion for cargo book Continuous Integration to include more examples Suggestion for cargo book Continuous Integration section to include more examples Dec 4, 2019
@ehuss ehuss added the A-documenting-cargo-itself Area: Cargo's documentation label Dec 8, 2019
@ehuss
Copy link
Contributor

ehuss commented Dec 8, 2019

Thanks for the suggestion! There's a tracking issue (#5656) for updating that chapter in the documentation. I copied your suggestion over there, and I'm going to close this in favor of that issue.

@ehuss ehuss closed this as completed Dec 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-documenting-cargo-itself Area: Cargo's documentation C-feature-request Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`
Projects
None yet
Development

No branches or pull requests

2 participants