summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorLangston Smith <langston.smith@mapbox.com>2019-02-14 17:24:41 -0800
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-03-07 18:46:51 +0100
commit13a6f4c3dbd9f734dae0f0e3941748d912add449 (patch)
tree3d4e4fcb6bc4a5dcbd53deabed48b4f0aaf341a1 /circle.yml
parentfa4fa5d9fe41874d463ba8df29db61ba4bc1b89e (diff)
downloadqtlocation-mapboxgl-13a6f4c3dbd9f734dae0f0e3941748d912add449.tar.gz
[android] initial additions for bintray plugin setup
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index b6b52a857e..30e85766d7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -669,10 +669,10 @@ jobs:
name: Record size
command: platform/android/scripts/metrics.sh
- deploy:
- name: Publish to Maven
+ name: Publish to Bintray
command: |
if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]] || [[ $CIRCLE_TAG == android-v* ]]; then
- make run-android-upload-archives
+ make run-android-upload-to-bintray
fi
# ------------------------------------------------------------------------------
android-debug-arm-v7-buck: