-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI for Fastlane + Android #43
Comments
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. |
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. |
No description provided.
The text was updated successfully, but these errors were encountered: