Skip to content

Instantly share code, notes, and snippets.

@mglagola
Created February 22, 2018 17:36
Show Gist options
  • Save mglagola/58b17719872d6506d5bc0d65e7c80313 to your computer and use it in GitHub Desktop.
Save mglagola/58b17719872d6506d5bc0d65e7c80313 to your computer and use it in GitHub Desktop.
# ... preceding step code
# Wait for the build to finish, checking its status every 2 mins (timeout is 20 mins)
# Will exit 0 (success) once the build has successfully been built
# Android builds take a little longer in my experience, hence the longer interval and timeout.
exptool wait:build --interval 120 --timeout 1200
# Download the artifact to current directory as `app.apk`
exptool download:artifact
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment