Skip to content

At each commit to master, automatically build an APK and send it to Google Play alpha #1056

Closed
@nicolas-raoul

Description

@nicolas-raoul

Since we are using branches, the master branch should always work. In other words, if a bug appears in the master branch then we want to know it immediately.

We have a good number of beta testers (Commons users with no development skills), but betas are rather rare because building and uploading them wastes a lot of the maintainer's time.

Solution:
Whenever something is committed to master:

  • Increase the beta minor version number
  • Build the APK
  • Sign it with the real keys
  • Upload it to Google Play's beta

It might sound a bit challenging, but I believe all of the pieces to set this up exist:

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions