File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 7070 gcloud firebase test android run --type instrumentation \
7171 --app app/build/outputs/apk/debug/app-debug.apk \
7272 --test app/build/outputs/apk/androidTest/debug/app-debug-androidTest.apk \
73- --device-ids sailfish --os-version-ids 26 --locales en --orientations portrait --timeout 20m
73+ --device-ids blueline --os-version-ids 28 --locales en --orientations portrait --timeout 20m
7474 fi
7575 - store_artifacts :
7676 path : app/build/reports
9191 - run :
9292 name : Init submodules
9393 command : git submodule update --init --recursive
94- - run :
95- name : Generate Maven credentials
96- shell : /bin/bash -euo pipefail
97- command : |
98- if [ -n "${PUBLISH_NEXUS_USERNAME}" ]; then
99- aws s3 cp s3://mapbox/android/signing-credentials/secring.gpg secring.gpg
100- echo "NEXUS_USERNAME=$PUBLISH_NEXUS_USERNAME
101- NEXUS_PASSWORD=$PUBLISH_NEXUS_PASSWORD
102- signing.keyId=$SIGNING_KEYID
103- signing.password=$SIGNING_PASSWORD
104- signing.secretKeyRingFile=../secring.gpg" >> gradle.properties
105- fi
10694 - run :
10795 name : Build Plugins SDK
10896 command : make build-release
You can’t perform that action at this time.
0 commit comments