From 4887fd52f6a02ceeedcc4851271e356ef3f1483f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Paczos?= Date: Wed, 13 Mar 2019 19:20:31 +0100 Subject: [android] rearrange execution time of the binary size metric collection script --- circle.yml | 10 +++++----- 1 file 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 -- cgit v1.2.1