Prerequisites
- A Revyl account
- Your mobile app project
Run init
revyl init creates .revyl/config.yaml and helps you connect the project to
the right Revyl app.Configure the build
Configure the build commands in For the full set of build options — artifact requirements, environment variables, toolchain images, and more — see Configuration.
.revyl/config.yaml:- Expo
- React Native
- iOS
- Android
If the build fails
Check the log tail printed byrevyl build. You can also run:
Next steps
Configuration
Multiple build streams, env vars, repo-backed source, all CLI flags.
Caching
Make the second build much faster than the first.
Toolchain Images
Pin the Xcode or Android toolchain version.
GitHub Integration
Build every pull request automatically.