Open olyism opened 11 months ago
Fastlane is a nice value-add for Android builds, as part of the continuous delivery story. But there should probably be an example using Gradle directly as well. Getting a Gradle build environment configured well, with good caching, needs to be done before Fastlane becomes useful, imho.
Here's an example that I recently added into Packagecloud, to exercise gradle push and pull from a private repository:
https://github.com/computology/packagecloud.io/tree/main/spec/fixtures/gradle/test-app
and a system test:
https://github.com/computology/packagecloud.io/blob/main/spec/system/gradle_client_spec.rb
I'd like to wrap this up into a Buildkite pipeline and get it pushing the build artifacts to the private repo using Buildkite OIDC tokens, too.
Hi @sj26 I've created a separate issue https://github.com/buildkite/templates/issues/58 to focus on the use cases you mentioned
Thanks for the inspirations :)
Here's a related comment from @sj26
I'm unsure if Fastlane is the right workflow tool for this. Leaving a note here to investigate later.