holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
694 stars 31 forks source link

Make binaries for download #28

Open mathstuf opened 4 years ago

mathstuf commented 4 years ago

I'd love to use this in my CI, but to use it, I'd need to do one of:

It'd be great if prebuilt binaries could be uploaded to the Releases page for use through a simple ( curl -O ... && verify && cargo sweep ) || :-like command chain in the CI script.

tesuji commented 4 years ago

cc #4

Tarnadas commented 4 years ago

Hey @holmgr, apparently you did not properly generate your secure api key. https://travis-ci.org/holmgr/cargo-sweep/jobs/489098782?utm_medium=notification&utm_source=github_status Line 525 tells that api_key seems to be undefined. Can you retry generating the api key? Also your latest tag is called v.0.5.0 which shouldn't have a '.' right after 'v'

holmgr commented 4 years ago

Hi @Tarnadas, I generated a new tag/release v5.0.0. Will try to generate a new API key :)