Add CI workflows to support tag and branch builds#4691
Add CI workflows to support tag and branch builds#4691MilosKozak merged 1 commit intonightscout:devfrom
Conversation
|
|
@Angus-repo |
|
@MilosKozak please review |
|
I don't see branch-ci in workflow ... anything else must be done? merged to master? |
|
Because GitHub Actions workflows must be placed in the default branch (master), and master does not currently have branch-ci.yml, branch-ci is not visible. You can change Settings -> Default branch to the dev branch, and then you will be able to see it. Or, merge this PR into master, and then branch-ci will also become visible. |



@MilosKozak

Modify aaps-ci to support building APKs for 3.x versions.
Add branch-ci for testers who need to build the dev branch (this preserves the original aaps-ci behavior).

Upgrade setup-java from v4 to v5.
Important: Because the GitHub Actions UI cannot load options dynamically, whenever a new tag is added or the JVM mapping changes, the following files must be updated manually:

1. aaps-ci: add the latest tag to the dropdown menu
Changes to GitHub Actions only take effect after they are merged into the default branch (master).
please review