canonical / chisel

GNU Affero General Public License v3.0
270 stars 42 forks source link

tests: add building of Chisel binary to the CI tests #28

Closed cjdcordeiro closed 1 year ago

cjdcordeiro commented 2 years ago

Summary of changes

On-demand, on every push, and on every PR to main, run a GitHub workflow to make sure the Chisel binary can be built and that the resulting file is executable. Run the build for multiple architectures: ['amd64', 'arm', 'arm64', 'ppc64le', 'riscv64', 's390x']

woky commented 2 years ago

Can you please squash the commits into one or several logically atomic piece(s)? I don't want the practice of squash-merging PRs because I make PRs with several discrete commits that should be preserved in history.

cjdcordeiro commented 2 years ago

done