Skip to content

Instantly share code, notes, and snippets.

@ValeryPonomarenko
Last active January 9, 2019 10:40
Show Gist options
  • Save ValeryPonomarenko/7b10d1eb46a03ba471360d9430a6d048 to your computer and use it in GitHub Desktop.
Save ValeryPonomarenko/7b10d1eb46a03ba471360d9430a6d048 to your computer and use it in GitHub Desktop.
Android CircleCI
#!/bin/bash
gcloud firebase test android run \
--type instrumentation \
--app ../app/build/outputs/apk/debug/app-debug.apk \
--test ../app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
--device-ids Nexus6 \
--os-version-ids 21 \
--locales en \
--orientations portrait \
--async
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment