summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-10-31 08:44:03 -0700
committerTobrun <tobrun@mapbox.com>2017-10-31 14:14:11 -0700
commit0f1296c01c08dc8569150fd7cbc0d953636033c6 (patch)
tree455a56ccaf34364193c49a2d74637cc8b5375416 /circle.yml
parentf578b262820c02b0621b7c512118f92b755cc06d (diff)
downloadqtlocation-mapboxgl-0f1296c01c08dc8569150fd7cbc0d953636033c6.tar.gz
[android] - run all instrumenetation tests
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index e651323428..0d1651e01d 100644
--- a/circle.yml
+++ b/circle.yml
@@ -251,7 +251,7 @@ jobs:
--app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk \
--test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \
--device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 20m \
- --test-targets "package com.mapbox.mapboxsdk.testapp.style" 2>&1 | tee firebase.log) || EXIT_CODE=$?
+ 2>&1 | tee firebase.log) || EXIT_CODE=$?
FIREBASE_TEST_BUCKET=$(sed -n 's|^.*\[https://console.developers.google.com/storage/browser/\([^]]*\).*|gs://\1|p' firebase.log)
echo "Downloading from: ${FIREBASE_TEST_BUCKET}"