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

  • Krik
    link
    fedilink
    English
    42 years ago

    A compile translates a code into a format that can be executed by a virtual or physical maschine.

    Your question doesn’t make sense.

    • @[email protected]OP
      link
      fedilink
      English
      62 years ago

      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

      • @ug01x
        link
        English
        22 years ago

        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.