Set up CI/CD completely with GitHub actions
TheAssassin opened this issue · 5 comments
To make development easier and allow contributors to test their changes in the real world before they send PRs, I would like to move CI/CD completely to GitHub actions. This would further allow for continuously deploying VisiCut in the form of a moving tag for which a prerelease can be created (this is what many AppImages do for instance, and the AppImage community provides tools that make this very easy).
In case you feel uncomfortable sharing secrets with GitHub (e.g., for code signing), you could set up a custom runner or perform the final steps on other private infrastructure. Both GitHub actions and any other CI/CD system should share the same scripts.
I already rewrote most of distribute.sh
(just didn't get to creating a PR) to make it more usable and include the AppImage build in it.
#671 introduced a prototype Docker based build system based on the old AppImage-specific Dockerfile. Ideally, this will replace other Docker images to avoid redundancies.
PR available in #710.