summaryrefslogtreecommitdiff
path: root/scripts/upload_testmunk.sh
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-11-22 17:11:36 +1100
committerLeith Bade <leith@mapbox.com>2014-11-22 17:11:36 +1100
commitad27e0f2e211371e3a80f2b9b9b3b32e75f173b5 (patch)
tree1fb7a118cabccb22523da9173b1ba15d80313721 /scripts/upload_testmunk.sh
parent08d11b23a843efc65bfc4f83b9dff10c73ccac35 (diff)
downloadqtlocation-mapboxgl-ad27e0f2e211371e3a80f2b9b9b3b32e75f173b5.tar.gz
Only run one android build till figure out how to filter in testmunk script
Diffstat (limited to 'scripts/upload_testmunk.sh')
-rwxr-xr-xscripts/upload_testmunk.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/upload_testmunk.sh b/scripts/upload_testmunk.sh
index 26c9ebe93f..673628035d 100755
--- a/scripts/upload_testmunk.sh
+++ b/scripts/upload_testmunk.sh
@@ -6,12 +6,16 @@ set -o pipefail
echo "submitting testrun to testmunk"
echo "uploading features"
+echo
+
cd android/test
zip -r features.zip features/
curl -H 'Accept: application/vnd.testmunk.v1+json' -F 'file=@features.zip' 'https://If1ONAxGqcIgiI1vtK468V54ERJf1xem@api.testmunk.com/apps/Testmunk/testcases'
cd ../..
echo "uploading apk"
+echo
+
cd android/java/app/build/outputs/apk/
curl -H 'Accept: application/vnd.testmunk.v1+json' -F 'file=@app-debug.apk' -F 'email=leith@mapbox.com' -F 'autoStart=true' -F 'public=true' 'https://If1ONAxGqcIgiI1vtK468V54ERJf1xem@api.testmunk.com/apps/Mapbox/testruns'
cd ../../../../../..