You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. Describe the solution you'd like
Is it possible to configure GitHub Actions or another method to automatically generate DEB and RPM packages for testing purposes? This would allow users to easily install them for testing, eliminating the need for manual builds (and potentially resolving build errors) on their machines.
As I recall, libchewing used to have an Ubuntu PPA that automatically generated the latest DEB package for users after each commit or when a beta version was released.
The text was updated successfully, but these errors were encountered:
I was thinking about that too. With CMake we can easily generate binary packages, they will not be compliant with distro standards though. So we should warn about that.
Do you want to have per release binary or per commit? Which is more useful?
I am not sure about this ... but would it be inefficient to generate binary packages for every commit, especially considering minor changes like typo fixes or documentation updates?
Perhaps we could automate binary package generation for tags (like Alpha, Beta, RC, etc.) and allow for manual triggering on specific commits when necessary, namely, when you would like to call for testers.
Alternatively, we could implement scheduled builds (daily or weekly) that run whenever there's a new commit. This might also be useful for bug triage, as there wouldn't be too many commits between builds.
Unlike PPAs, problematic packages are immediately pushed to users via PPAs. This allows users (volunteers) to immediately report any errors they encounter.
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Is it possible to configure GitHub Actions or another method to automatically generate DEB and RPM packages for testing purposes? This would allow users to easily install them for testing, eliminating the need for manual builds (and potentially resolving build errors) on their machines.
As I recall, libchewing used to have an Ubuntu PPA that automatically generated the latest DEB package for users after each commit or when a beta version was released.
The text was updated successfully, but these errors were encountered: