Bitrise Android Fastlane Sample

Bitrise status

This is a sample Android project that demonstrates a Bitrise CI/CD setup using Fastlane. Build history is publicly available here.

Project setup and config

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.

Advanced use cases

While this repo demonstrates a simple project config on Bitrise, there are many advanced features that might be relevant for your project: