rust-embedded / cargo-binutils

Cargo subcommands to invoke the LLVM tools shipped with the Rust toolchain
Apache License 2.0
491 stars 43 forks source link

ci: add action to build and release binaries #119

Closed duskmoon314 closed 2 years ago

duskmoon314 commented 2 years ago

Add action similar to the one used in svd2rust. In brief, the action does these work:

  1. triggered when a new tag or commit is pushed
  2. build and compress binaries
  3. create a release and attach binaries

Currently, only 4 target platforms are supported: amd64 (Linux, Windows, macOS) and arm64 (macOS)

rust-highfive commented 2 years ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @ryankurte (or someone else) soon.

Please see the contribution instructions for more information.

burrbull commented 2 years ago

bors r+

bors[bot] commented 2 years ago

Build succeeded: