Skip to content

Instantly share code, notes, and snippets.

@mglagola
Last active February 26, 2018 14:01
Show Gist options
  • Save mglagola/86808cf2da5ec758a70c6f09e624b60a to your computer and use it in GitHub Desktop.
Save mglagola/86808cf2da5ec758a70c6f09e624b60a to your computer and use it in GitHub Desktop.
# ... preceding step code
# Makes sure there are no standalone app builds in progress.
# Will exit with a non-zero status code if there is an active standalone app build already in progress.
exptool check:status
# Start building standalone android build using `production` release channel
exp build:ios --release-channel production --non-interactive
# Wait for the build to finish, checking its status periodically
# Will exit 0 (success) once the build has successfully been built
exptool wait:build # using default interval & timeout
# Download the artifact to current directory as `app.ipa`
exptool download:artifact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment