python-for-android icon indicating copy to clipboard operation
python-for-android copied to clipboard

:construction_worker: On-demand CI custom build

Open AndreMiras opened this issue 1 year ago • 1 comments

Make it possible to trigger a build from the CI on demand.

The following parameters are configurable on demand:

  • artifact type (e.g. aab, aar, apk)
  • arch (comma separated list)
  • bootstrap (e.g. q2, sdl2, service_library, service_only, webview)
  • build mode (e.g. debug, release)
  • operating system (e.g. ubuntu-latest, macos-latest)
  • requirements (comma separated list)

Also bump a few action versions.

AndreMiras avatar Oct 17 '24 13:10 AndreMiras

Working workflow example here: https://github.com/AndreMiras/python-for-android/actions/runs/11386031177/job/31677262064

AndreMiras avatar Oct 17 '24 13:10 AndreMiras