Add CI workflow to publish a continuous release#380
Add CI workflow to publish a continuous release#380Sapd merged 2 commits intoSapd:masterfrom nicola02nb:master
Conversation
|
Thank you! Great contribution. I thought also of doing something like this. Currently Windows Builds are in fact pushed but hidden inside the artifcats window. Just two points:
Also there could be a question about signing releases (as there was before from AUR contributors), but I am not sure how it would work in a flow as that. Currently the normal releases are manually signed by myself. |
Let me check EDIT: Removes latest continuosus tagged release |
In my opinion makes sense so users have an easier way to access to latest features before release wihout needing to search through CI arctifacts... |
I dont know much about signing releases... I can only say that my idea was ment only for |
I agree
I think that is fine, it could be added afterwards when its requested and really needed |
* Add continuous CI build workflow for multi-platform support
Changes made
Created a CI workflow files that compiles and publish a "Continuos build" on every push to
masterbranch.This gives users a way to get the latest features without building the project on their own
You can check the result on my fork
Checklist