summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-03-13 19:20:31 +0100
committerŁukasz Paczos <lukas.paczos@gmail.com>2019-03-13 19:20:31 +0100
commit4887fd52f6a02ceeedcc4851271e356ef3f1483f (patch)
tree83681078559e8bec14d2b9fa1bbca49ef1b35b09
parentd98c1f319cc618afdf112c840a46378eed88d795 (diff)
downloadqtlocation-mapboxgl-upstream/lp-changelog-7.3.0-alpha.3.tar.gz
[android] rearrange execution time of the binary size metric collection scriptupstream/lp-changelog-7.3.0-alpha.3
-rw-r--r--circle.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/circle.yml b/circle.yml
index 477556797e..e48f6adbd7 100644
--- a/circle.yml
+++ b/circle.yml
@@ -663,9 +663,6 @@ jobs:
path: platform/android/MapboxGLAndroidSDK/build/intermediates/cmake/release/obj/x86/libmapbox-gl.so.gz
- store_artifacts:
path: platform/android/MapboxGLAndroidSDK/build/intermediates/cmake/release/obj/x86_64/libmapbox-gl.so.gz
- - run:
- name: Record size
- command: platform/android/scripts/metrics.sh
- deploy:
name: Publish to Bintray
command: |
@@ -677,6 +674,9 @@ jobs:
make run-android-upload-to-artifactory
fi
fi
+ - run:
+ name: Record size
+ command: platform/android/scripts/metrics.sh
# ------------------------------------------------------------------------------
android-debug-arm-v7-buck:
docker:
@@ -1000,10 +1000,10 @@ jobs:
- run:
name: Trigger metrics
command: |
- if [[ $CIRCLE_BRANCH == master ]]; then
+ if [[ $CIRCLE_BRANCH == master ]]; then
if [ -n "${MOBILE_METRICS_TOKEN}" ]; then
curl -u $MOBILE_METRICS_TOKEN -d build_parameters[CIRCLE_JOB]=ios-maps-benchmark https://circleci.com/api/v1.1/project/github/mapbox/mobile-metrics/tree/master
- else
+ else
echo "MOBILE_METRICS_TOKEN not provided"
fi
fi