summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2015-02-13 12:26:10 -0800
committerLeith Bade <leith@mapbox.com>2015-02-13 23:07:45 -0800
commit68e5d0dc48d52588d97f6d1a298dc840870d7a79 (patch)
tree419f422a50411eef6f022bb306884684e0dc9bca /android
parentdf57d6ee8b8eb04499385fa42466a8d165a9d829 (diff)
downloadqtlocation-mapboxgl-68e5d0dc48d52588d97f6d1a298dc840870d7a79.tar.gz
Move to mapbox bucket
Diffstat (limited to 'android')
-rwxr-xr-xandroid/scripts/common.sh6
-rwxr-xr-xandroid/scripts/run-build.sh4
2 files changed, 5 insertions, 5 deletions
diff --git a/android/scripts/common.sh b/android/scripts/common.sh
index 349569b55f..48b441ba59 100755
--- a/android/scripts/common.sh
+++ b/android/scripts/common.sh
@@ -14,6 +14,6 @@ echo "${MAPBOX_ACCESS_TOKEN}" >> ./android/java/MapboxGLAndroidSDKTestApp/src/ma
make android -j$JOBS BUILDTYPE=$BUILDTYPE JOBS=$JOBS
-aws s3 cp ./build/android-${ANDROID_ABI}/${BUILDTYPE}/lib.target/libmapbox-gl.so s3://mapbox-gl-testing/android/${NAME}/libmapbox-gl.so
-aws s3 cp ./android/java/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk s3://mapbox-gl-testing/android/${NAME}/MapboxGLAndroidSDKTestApp-debug.apk
-aws s3 cp ./android/java/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-release-unsigned.apk s3://mapbox-gl-testing/android/${NAME}/MapboxGLAndroidSDKTestApp-release-unsigned.apk
+aws s3 cp ./build/android-${ANDROID_ABI}/${BUILDTYPE}/lib.target/libmapbox-gl.so s3://mapbox/mapbox-gl-native/android/build/${NAME}/libmapbox-gl.so
+aws s3 cp ./android/java/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-debug.apk s3://mapbox/mapbox-gl-native/android/build/${NAME}/MapboxGLAndroidSDKTestApp-debug.apk
+aws s3 cp ./android/java/MapboxGLAndroidSDKTestApp/build/outputs/apk/MapboxGLAndroidSDKTestApp-release-unsigned.apk s3://mapbox/mapbox-gl-native/android/build/${NAME}/MapboxGLAndroidSDKTestApp-release-unsigned.apk
diff --git a/android/scripts/run-build.sh b/android/scripts/run-build.sh
index a993cbdbd7..43d58622e9 100755
--- a/android/scripts/run-build.sh
+++ b/android/scripts/run-build.sh
@@ -43,7 +43,7 @@ user_data="#!/bin/bash
fi
popd
- aws s3 cp --region us-east-1 build.log s3://mapbox-gl-testing/android/${NAME}/build-log.txt
+ aws s3 cp --region us-east-1 build.log s3://mapbox/mapbox-gl-native/android/build/${NAME}/build-log.txt
shutdown -P now"
id=$(aws ec2 run-instances \
@@ -73,7 +73,7 @@ echo "Build finished"
output=$(aws ec2 get-console-output --region $region --instance-id $id | jq -r '.Output')
-aws s3 cp --region $region s3://mapbox-gl-testing/android/${NAME}/build-log.txt build.log
+aws s3 cp --region $region s3://mapbox/mapbox-gl-native/android/build/${NAME}/build-log.txt build.log
cat build.log
if [[ $output == *"ANDROID BUILD PASSED"* ]]; then