summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml34
1 files changed, 17 insertions, 17 deletions
diff --git a/circle.yml b/circle.yml
index 190578b1dc..76464e91b6 100644
--- a/circle.yml
+++ b/circle.yml
@@ -516,23 +516,23 @@ jobs:
- *save-mason_packages-cache
- *save-ccache
- *save-gradle-cache
- - run:
- name: Log in to Google Cloud Platform
- shell: /bin/bash -euo pipefail
- command: |
- echo "${GCLOUD_SERVICE_ACCOUNT_JSON}" > secret.json
- gcloud auth activate-service-account --key-file secret.json --project android-gl-native
- 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
- gcloud firebase test android run --type instrumentation \
- --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/debug/MapboxGLAndroidSDKTestApp-debug.apk \
- --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/androidTest/debug/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \
- --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m
+ # - run:
+ # name: Log in to Google Cloud Platform
+ # shell: /bin/bash -euo pipefail
+ # command: |
+ # echo "${GCLOUD_SERVICE_ACCOUNT_JSON}" > secret.json
+ # gcloud auth activate-service-account --key-file secret.json --project android-gl-native
+ # 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
+ # gcloud firebase test android run --type instrumentation \
+ # --app platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/debug/MapboxGLAndroidSDKTestApp-debug.apk \
+ # --test platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/androidTest/debug/MapboxGLAndroidSDKTestApp-debug-androidTest.apk \
+ # --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m
- store_artifacts:
path: platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/debug
destination: .