Skip to content

bitrise-steplib/bitrise-step-run-eas-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run Expo Application Services (EAS) build

Step changelog

Runs a build on Expo Application Services (EAS).

Description

Runs a build on Expo Application Services (EAS).

The step runs EXPO_TOKEN=[access_token] npx eas-cli build --platform [platform] --non-interactive [eas_options]

in the provided [work_dir].

🧩 Get started

Add this step directly to your workflow in the Bitrise Workflow Editor.

You can also run this step directly with Bitrise CLI.

⚙️ Configuration

Inputs
Key Description Flags Default
access_token Expo Access Token. Visit Expo Documentation to generate one. required, sensitive
platform Platform to build. required all
work_dir Directory containing the Expo project (app.json). required $BITRISE_SOURCE_DIR
eas_options Additional options for the eas command. The step runs EXPO_TOKEN=[access_token] npx eas-cli build --platform [platform] --non-interactive, use this input to pass additional option to the command. Example: --profile=development.
Outputs There are no outputs defined in this step

🙋 Contributing

We welcome pull requests and issues against this repository.

For pull requests, work on your changes in a forked repository and use the Bitrise CLI to run step tests locally.

Learn more about developing steps: