Lines Matching refs:build

11 … to install and configure `eas-cli`. Then, you can trigger new builds with the `eas build` command.
17 ### Run a successful build from your local machine
19 …ou'll need to configure your project for EAS Build and successfully run a build from your computer…
21 …n `eas build -p [all|ios|android]` successfully before, then you can continue. If you haven't done…
32 src="/static/images/eas-build/build-from-github/project-github-page.png"
39 src="/static/images/eas-build/build-from-github/install-github-app.png"
49 src="/static/images/eas-build/build-from-github/link-github-account.png"
56 src="/static/images/eas-build/build-from-github/connect-a-repository.png"
61 Before you run a build, the Expo GitHub App needs to know where to find the source code for your pr…
69 src="/static/images/eas-build/build-from-github/specify-base-directory.png"
72 ## Trigger a build from GitHub
74 Once you've configured your app for GitHub, you can trigger a build from GitHub by using the UI on
75 your project's build list page or by labels on your GitHub PRs.
79 Visit your project's [build list
81 GitHub" button. You'll be prompted to select a Git ref (branch/commit/tag), a platform to build
82 for, and the build profile to apply to it.
84 You can also specify a base directory for this specific build. That will not change the global
88 alt="The build from GitHub UI on the Expo project builds list page"
89 src="/static/images/eas-build/build-from-github/github-build-ui.png"
94 You can trigger a build from a GitHub PR by adding a label to the PR. The label must be in the form
95 of `eas-build-[platform]:[profile]` where `[platform]` is either `android`, `ios`, or `all` and
96 `[profile]` is the name of a build profile specified in your **eas.json** file. If you don't specify
97 a build platform, it will default to `all`. If you don't speficy
98 a build profile, it will default to `production`.
101 you want to trigger a production build for Android, add the label `eas-build-android` to the PR.
104 alt="A PR with the eas-build label and live status checks"
105 src="/static/images/eas-build/build-from-github/eas-build-label.png"
108 The build will be triggered for the latest commit on the PR's base branch. You can view the status
109 of the build in the PR's checks. A link to the build will be available in the check's details.
113 src="/static/images/eas-build/build-from-github/gh-check-details.png"