RTimothyEdwards / qflow

Qflow full end-to-end digital synthesis flow for ASIC designs
192 stars 36 forks source link

Added Linux CI #15

Closed donn closed 3 years ago

donn commented 3 years ago

This adds a Linux CI step to every push of a new tag to this repository.

It uses GitHub Actions, which is free for open source projects + setup is extremely painless.

I already tested it in https://github.com/Cloud-V/qflow, which has a number of dummy test tags now. I intend to delete it as soon as this PR is resolved.

EDIT: Should probably clarify, what this CI step does is builds qflow and creates a new GitHub release with amd64 Linux binaries, which is required for Cloud V deploys.

donn commented 3 years ago

It does not. It's strictly additive.

RTimothyEdwards commented 3 years ago

Pulled and merged. Sorry I didn't see the notice when the pull request was made, or I would have done this sooner.