This is a sample Android project that demonstrates a Bitrise CI/CD setup using Fastlane. Build history is publicly available here.
This sample project is configured to run a Fastlane lane in Bitrise workflows. Lane primary
does the following:
- Builds debug variant
- Runs lint and unit tests
- Copies lint and test reports to
$BITRISE_DEPLOY_DIR
, so you can access them as artifacts on the build detail page
See Fastfile for the full configuration.
For more complex Bitrise workflows, check out our other sample projects.
While this repo demonstrates a simple project config on Bitrise, there are many advanced features that might be relevant for your project: