Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Automatically install a new development-simulator build on the sim when built on expo.dev #131

Open
thomasnares opened this issue Jan 9, 2024 · 0 comments

Comments

@thomasnares
Copy link

Is your feature request related to a problem? Please describe.

I have a project built with expo and eas, running on Gitlab CI for development builds (when i have changes in my package.json), for preview builds (when the PR target branch is preview-xxx, ... ), for amplify deployments, ...

When i add some expo packages to my package.json that need a new build, i trigger my CI, the build is sent to EAS, and the build is done a few minutes after.

I have to go to Orbit, choose a build from EAS, and install it on my simulator.

Describe the solution you'd like

I would like Orbit listen for builds on EAS and automatically download latest build and install it on my simulators
Can a CLI do this ? can we use the internal cli orbit uses for this purpose ? if so, is there documentation ?

Additional context

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants