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

github actions CI #106

Open
joelmccracken opened this issue Aug 6, 2024 · 2 comments
Open

github actions CI #106

joelmccracken opened this issue Aug 6, 2024 · 2 comments

Comments

@joelmccracken
Copy link

As I look more into this project, I keep thinking that some kind of CI would be great. As I use github actions in my day-to-day, and GH provides runners for linux/macos(x86 and arm)/windows, it could be used to cut releases etc when new versions arrive.

Thoughts?

@tizoc
Copy link
Member

tizoc commented Aug 6, 2024

Hi @joelmccracken. There isn't much for CI to do in this repo since the code here is not runnable on it's own, it needs to be completed with platform-specific code to produce a full Shen implementation. Then, in that case it makes sense to have a CI pipeline (see Shen/Scheme's actions for example)

@joelmccracken
Copy link
Author

so what I was thinking of was writing an action that would download one of the current implementations, build this kernel, start another implementation in the context of the newly built kernel, and run the tests (and/or maybe benchmarks). thoughts?

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

No branches or pull requests

2 participants