Since Jerboa uses a CI different than Github Actions, is there a way to try new builds (e.g. after a commit in main) without having to compile? Just curious
Since Jerboa uses a CI different than Github Actions, is there a way to try new builds (e.g. after a commit in main) without having to compile? Just curious
A compile translates a code into a format that can be executed by a virtual or physical maschine.
Your question doesn’t make sense.
Sorry if I explained myself badly. I just wanted to try the new features implemented in the app without having to compile myself. So I asked if is there a place I can find some alpha apks
It looks like they don’t perform a release for each commit to main, although they do run a pipeline build each time. So your best bet is this page. https://github.com/dessalines/jerboa/releases
It appears the only releases here are the ones that are in the app stores according to versions and dates. Maybe with growing interest the team will give us cutting edge builds.
Yes let’s hope so, so we can also help with debugging :) Anyways, thank you