Skip to content

Instantly share code, notes, and snippets.

@NotYaz
Created August 9, 2017 17:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NotYaz/5abd44338944090e05fa24595d3d37e0 to your computer and use it in GitHub Desktop.
Save NotYaz/5abd44338944090e05fa24595d3d37e0 to your computer and use it in GitHub Desktop.
lane :ci do
match(
type: 'appstore',
app_identifier: "****.******.*******"
)
increment_build_number
gym(
scheme: "*****",
include_bitcode: true
)
crashlytics(
api_token: "*****",
build_secret: "*****"
)
pilot(
skip_waiting_for_build_processing: true
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment