diff options
author | Langston 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 |
commit | 13a6f4c3dbd9f734dae0f0e3941748d912add449 (patch) | |
tree | 3d4e4fcb6bc4a5dcbd53deabed48b4f0aaf341a1 /circle.yml | |
parent | fa4fa5d9fe41874d463ba8df29db61ba4bc1b89e (diff) | |
download | qtlocation-mapboxgl-13a6f4c3dbd9f734dae0f0e3941748d912add449.tar.gz |
[android] initial additions for bintray plugin setup
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
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: |