bitrise-io / workflow-recipes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Workflow Recipes

Workflow Recipes provide ready-made solutions for common Workflow tasks. Here you will find a range of different Recipes along with examples of entire Workflows.

Using Recipes

You can use Workflow Recipes in two ways:

  • By adding the Steps into your Workflow via the Workflow Editor
  • By copy-pasting the bitrise.yml snippet into your app's bitrise.yml file

Adding Steps via the Workflow Editor

All you need to do here is follow the step-by-step instructions in the Recipe.

recipes_ui_4

Copy-pasting the bitrise.yml snippet

You can also simply copy-paste the snippet to your bitrise.yml file directly. Don't forget to:

  1. Check the formatting of the copy-pasted YAML
  2. Read the instructions as they may contain some important information on configuration
  3. Check and customize the input variables

recipe_yml

Please Share your Feedback

Workflow Recipes is currently an MVP feature, and we’d love to hear your feedback on it. Share your thoughts on Workflow Recipes by filling out our feedback survey below (~3-5min).

  

The Recipes

Cloning & Setup

Dependencies

Testing

Building

Linting

Deploying

Notifications

🆕 Caching

Optimisation

Running Steps & Workflows

Example Workflows

iOS

Android

Other

Example Pipelines

iOS

Android

About