On 12 December, 2023 - Dirk Hohndel via subsurface wrote: > I just sent this message to the user forum. I think most of you are on there, > but just in case... > > > Begin forwarded message: > > > > > > The project hasn't made a release in quite a while - but a lot of people > > are looking for more current version of the code (including newer versions > > of libdivecomputer, for example). Over the past week I have re-enabled the > > builds on every push/merge into the main branch of Subsurface. Fedora Copr > > and Ubuntu Launchpad get new daily/test builds in the designated repos for > > those OSs. Windows, macOS, and Android builds are made available as > > releases under https://github.com/subsurface/nightly-builds/releases > > > > The naming scheme is simple, date and a monotonic number to deal with > > multiple builds on the same day. > > > > Please note that none of these artifacts are signed. > > The Android APK can be side-loaded on most Android devices. If you had a > > previous Subsurface-mobile version installed from the Google Play store, > > you'll have to uninstall that first. And yes, this works with Android 14 > > devices and also works for new users.
I'd suggest you would build these builds as a different package, and sign them with a separate key that lives in a github actions secret. That way one can install this nightly build in parallel with the normal releases, and even upgrade it between different nightly releases. This is what I've used to do, to build and run my own android builds in parallel with the normal released version. //Anton _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
