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

Set up CI/CD completely with GitHub actions #670

Closed
TheAssassin opened this issue May 24, 2023 · 5 comments · Fixed by #710
Closed

Set up CI/CD completely with GitHub actions #670

TheAssassin opened this issue May 24, 2023 · 5 comments · Fixed by #710
Labels
Build Building and Packaging (Windows installer, etc.)

Comments

@TheAssassin
Copy link
Contributor

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.

@mgmax
Copy link
Collaborator

mgmax commented May 25, 2023 via email

@TheAssassin
Copy link
Contributor Author

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.

@TheAssassin
Copy link
Contributor Author

#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.

@mgmax
Copy link
Collaborator

mgmax commented Jun 28, 2023

related: #680

@mgmax mgmax added the Build Building and Packaging (Windows installer, etc.) label Dec 24, 2023
@TheAssassin
Copy link
Contributor Author

PR available in #710.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Building and Packaging (Windows installer, etc.)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants