:bundler: Install dependencies
bundle install --path $BUNDLE_PATH
:fastlane: Test
bundle exec fastlane ios test
  • fastlane/test_output/**/*
:buildkite: Annotate
:fastlane: Lint
bundle exec fastlane ios lint
:fastlane: Build
bundle exec fastlane ios build
:ios: Submit beta
bundle exec fastlane ios beta
98%