Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.52 KB

File metadata and controls

26 lines (14 loc) · 1.52 KB

CircleCI

These instructions assume you have followed the installation instructions our hygen-templates-echobind repository.

Setup CircleCI to build

After generating a new project, add a GitHub remote and push up the changes. Login to CircleCI and head to the settings for your organization.

  1. Ensure you've added a MacOS Plan. This is required to build iOS projects.

    Add MacOS plan

  2. Enable "untrusted or 3rd party orbs" under the organizations security settings. This step is required to use the provided CircleCI Orb configuration for react-native. Learn more about CircleCI Orbs here. The source for the react-native orb is here.

    Orb Security Settings

  3. Tell Circle CI to build this project (must be logged in with an account that has owner permissions on GitHub).

    Add Project Image

  4. Thats it! Your project should be building. Here's what the workflow looks like:

    Circle Workflow

    Once node tests (via jest) complete, iOS and Android builds run in parallel. See .circleci/config.yml for workflow details, including the Fastlane lanes that are run on each branch by default.