Skip to content
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

Add example usage with cirrus CI #260

Closed
sagiegurari opened this issue Jul 6, 2019 · 4 comments · Fixed by #457
Closed

Add example usage with cirrus CI #260

sagiegurari opened this issue Jul 6, 2019 · 4 comments · Fixed by #457

Comments

@sagiegurari
Copy link
Owner

Adding documentation example of a working CI build using cirrus-ci.org (.cirrus.yml)

@sagiegurari sagiegurari self-assigned this Jul 6, 2019
@sagiegurari sagiegurari added this to the 0.22.0 milestone Jul 6, 2019
@sagiegurari sagiegurari removed this from the 0.22.0 milestone Jul 28, 2019
@mtmn
Copy link

mtmn commented Sep 20, 2020

Hi, do you think this issue is still needed? In case it is, I would love to help. :)

@fkorotkov
Copy link
Contributor

Cirrus config should look like:

container:
  image: rust:latest

task:
  name: ci-flow
  install_script: cargo install --debug cargo-make
  make_script: cargo make ci-flow

It will be also great to add a caching instruction like in Rust example but I don't have enough knowledge to see what can work as a fingerprint_script for cargo-make.

@sagiegurari
Copy link
Owner Author

that's great!
Can any of you please create a PR for it?
readme content goes to the content.md and nav.md and from that i generate the readme.md

so just add another section there with all info.

fkorotkov added a commit to fkorotkov/cargo-make that referenced this issue Sep 21, 2020
@sagiegurari
Copy link
Owner Author

@mtmn I mentioned you as well in the official changelog and releases page :)
thanks both for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants