summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2016-12-13 10:50:34 +0100
committerGitHub <noreply@github.com>2016-12-13 10:50:34 +0100
commit927dbb131555d5f7cafbfe567a85ce634a2cc8dc (patch)
tree1459b92fde27b7f6421c14284345474e67a21eee /platform
parentb1e9a3f4d66e61048c46028b4a53f08588352938 (diff)
downloadqtlocation-mapboxgl-927dbb131555d5f7cafbfe567a85ce634a2cc8dc.tar.gz
[android] - update bitrise config. Create archivable path if non existent (#7385)
Diffstat (limited to 'platform')
-rw-r--r--platform/android/bitrise.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/bitrise.yml b/platform/android/bitrise.yml
index 90056c760d..cb6f553d98 100644
--- a/platform/android/bitrise.yml
+++ b/platform/android/bitrise.yml
@@ -113,6 +113,8 @@ workflows:
inputs:
- content: |-
#!/bin/bash
+ mkdir -p platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk
+
echo "The details from Firebase will be downloaded, zipped and attached as a build artefact."
testUri=$(gsutil ls "gs://test-lab-wrrntqk05p31w-h3y1qk44vuunw/" | tail -n1)
echo "Downloading from : "$testUri