summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-06-23 11:58:11 +0200
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-07-11 16:00:09 +0200
commit5e62f4883272000c5fa723e8439929e0e5465801 (patch)
tree4a7c4503761779a20895e0886581c12108399e56
parent3f1c6dabf105f2463cb4955da4754228b02fac92 (diff)
downloadqtlocation-mapboxgl-upstream/tvn-run-style-test-on-ci.tar.gz
[android] - run style instrumentation tests on CIupstream/tvn-run-style-test-on-ci
-rw-r--r--circle.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index b866556d77..6beb7b16c0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -106,7 +106,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}"
@@ -117,6 +117,7 @@ jobs:
xargs -0 -I '{}' ${ANDROID_NDK_HOME}/ndk-stack -sym build/android-arm-v7/Debug -dump {}
exit ${EXIT_CODE:-0}
+ timeout: 1200
- save_cache:
key: v1-android-debug-arm-v7
paths: