summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-07-12 11:20:57 +0200
committerGitHub <noreply@github.com>2017-07-12 11:20:57 +0200
commitd8cad639c66876357a8b0790c5ad68e091963b3e (patch)
tree641cab88624c4539c6e5e7c35667bbbaa2c9d666 /circle.yml
parent4f63a39b7c0dc24f8dd1a71783ea474815116467 (diff)
downloadqtlocation-mapboxgl-d8cad639c66876357a8b0790c5ad68e091963b3e.tar.gz
[android] - run style instrumentation tests on CI (#9353)
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b866556d77..ba4885066e 100644
--- a/circle.yml
+++ b/circle.yml
@@ -99,6 +99,7 @@ jobs:
rm secret.json
- run:
name: Run instrumentation tests on Firebase
+ no_output_timeout: 1200
shell: /bin/bash -euo pipefail
command: |
gcloud firebase test android models list
@@ -106,7 +107,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 15m \
- --test-targets "class com.mapbox.mapboxsdk.testapp.maps.widgets.LogoTest" 2>&1 | tee firebase.log) || EXIT_CODE=$?
+ --test-targets "package com.mapbox.mapboxsdk.testapp.style" 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}"