Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.99 KB

BITRISE.md

File metadata and controls

41 lines (22 loc) · 1.99 KB

Bitrise.io

Build Status

Bitrise is one of the modern and very promising CI services. Read how Bitrise works article first to have better understanding.

Bitrise integrates with wide list of services. It operates with workflows (analog of Jenkins job).

How to configure workflow for Android project on Bitrise.io:
  1. Create new application at Add new app

  2. Find your repository in repositories list

  3. Follow the instructions (basic configuration with clone/build takes ~1 minute). Bitrise automatically registers webhook, which makes our lives even simplier.

  4. Configure build steps

    .bitrise.yml contains full configuration without UI tests.

    .bitrise-with-ui-tests.yml contains full configuration + UI tests. It uses "Virtual Device Testing for Android step".

    These configurations can be imported to bitrise.io. To achieve that create new workflow or edit existing, navigate to Workflow Editor -> bitrise.yml and paste file content there.

  5. Add environment variables

  6. If everything goes fine we get successful build