summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-11-21 13:16:22 +0100
committerGitHub <noreply@github.com>2016-11-21 13:16:22 +0100
commitf92439d1807d743bddf48675df2414c7d0cd71d2 (patch)
treee2e5941c99c54917b988f9e5a98ec0139559944a
parentce0169e189963552295dba780886e1009c83ccec (diff)
downloadqtlocation-mapboxgl-f92439d1807d743bddf48675df2414c7d0cd71d2.tar.gz
[android] - run all espresso tests on Firebase test lab (#6980)
-rw-r--r--platform/android/bitrise.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 0ed075fbce..ab1cb84232 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -52,7 +52,7 @@ workflows:
export CLOUD_SDK_REPO="cloud-sdk-$(lsb_release -c -s)"
echo "deb http://packages.cloud.google.com/apt $CLOUD_SDK_REPO main" | sudo tee /etc/apt/sources.list.d/google-cloud-sdk.list
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
- sudo apt-get update && sudo apt-get install google-cloud-sdk
+ sudo apt-get update && sudo apt-get install -y google-cloud-sdk
# Get authentication secret
echo "Downloading Google Cloud authnetication:"
@@ -97,7 +97,7 @@ workflows:
echo "Run tests on firebase:"
gcloud auth activate-service-account --key-file secret.json --project android-gl-native
gcloud beta test android devices list
- gcloud beta test android run --type instrumentation --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug-androidTest-unaligned.apk --device-ids shamu --os-version-ids 22 --locales en --orientations portrait --timeout 15m --test-targets "class com.mapbox.mapboxsdk.testapp.camera.CameraMoveTest"
+ gcloud beta test android run --type instrumentation --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
echo "The details are made available as a zipped build artefact on top of this page."
- script:
title: Download Firebase results