-
Notifications
You must be signed in to change notification settings - Fork 126
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
Improvement Idea: Auto builds / CD pipe #697
Comments
Yeah, I would be down to do it. Problem is, this takes a long time to run on actions, #685 . I don't have experience with github actions or flatpak builder (trying to build a snapshot of spot right at this moment), but I think it's an awesome idea. If you have the experience, do send a PR to my fork! |
After I looked at spot's current Flatpak workflow, it might be suitable to use caching for the long-living dependencies How Workflow Caching works is seemingly documented here Someone else did that for Rust on StackOverFlow (here) as well
I had no time yet to extensively work with Github's Workflows either.
If I see something that can be improved and when I am having the time I will surely file one |
Thank you very much for your contributions @ksaadDE ! |
hey, if you're still interested: open a PR right here in this repo. It would help a lot! |
Interested yes but hella busy. I'm sorry! |
Dw! I'm unfortunately busy too |
What about regular autobuilds and publishing to flatpak? At best we also get a release file with the exec for all supported systems inkl. flatpak here. :)
If that's possible in your time sched and if it's maintainable. It would also make the install instructions and dependencies more fixed an clear, as it kinda establishes a CD pipe
@Diegovsky
The text was updated successfully, but these errors were encountered: