-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Publish short-lived nightly builds for changes worth to test #228
Comments
Not sure why that needed in current state. I've created #227 just to speed up integration test on CI and probably for those rare users who wants precompiled binary rather than build the optimal binary for their system. Also, there's couple open questions:
Anyway I would appreciate it if you create PR with it. |
This project has regular releases (defined by releases page), so I see #227 to build a package with pre-build binary packages for these releases. In some cases it's required to create a pre-release to test a small feature and test if feature/build is working in a field (for manual testing opposing to the CI) or not. These pre-releases may live before feature is stabilised and removed after the nearest release. |
I imagine the process as follows:
|
Okay, I've made it in the #262 and previously #231. No prereleases, just artefacts attached to workflow-run, there for example. All artefacts built with debug info and stored for 3 days. |
it's an extension for #227 to publish (maybe) short lived pre-releases to test specific feature. This would help alpha- and beta-testers to test specific feature without installation of the whole setup. Results can also be used to test on variety of systems for some user experience features and find edge cases.
The text was updated successfully, but these errors were encountered: