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

ci: include release workflow for binary and shared libraries #24

Merged
merged 4 commits into from
Apr 6, 2022

Conversation

nilslice
Copy link
Contributor

@nilslice nilslice commented Apr 6, 2022

Partially closes #11. Still need to add the Semantic Release, but this should be good for review and testing. It would be great to have at least one other person run through the instructions in the README included with the artifact archive.

for both macos and linux, the release includes:

  • qcs-sdk-qir executable
  • lib/libhelper.{dylib,so} shared library
  • lib/libqcs.{dylib,so} shared library
  • README with instructions on usage
  • LICENSE for all contents

I intend to cut a v0.1.0-alpha release once this is merged so that we can see the full effect of this workflow.

@nilslice nilslice requested a review from kalzoo April 6, 2022 22:17
@nilslice
Copy link
Contributor Author

nilslice commented Apr 6, 2022

To see the output of the release job, check out the artifact zip of your liking attached to the summary of the last run here: https://github.com/rigetti/qcs-sdk-qir/actions/runs/2105168240

Note: it will not have the README instructions, but you can follow them from the committed README.release.md file in this PR. Once I cut the aforementioned alpha release, the README will be included as README.md in the bundle.

Copy link
Contributor

@kalzoo kalzoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! Some pro CI work that will make users' lives simpler.

.github/workflows/README.release.md Show resolved Hide resolved
.github/workflows/README.release.md Outdated Show resolved Hide resolved
.github/workflows/README.release.md Show resolved Hide resolved
@nilslice nilslice merged commit 0a28a51 into main Apr 6, 2022
@nilslice nilslice deleted the sm/11-release-automation branch April 6, 2022 23:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable Semantic Release Automation
2 participants