summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--circle.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index d8a2ed8841..09a6be31c9 100644
--- a/circle.yml
+++ b/circle.yml
@@ -969,6 +969,16 @@ jobs:
- run:
name: Record size
command: platform/ios/scripts/metrics.sh
+ - run:
+ name: Trigger metrics
+ command: |
+ 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
+ echo "MOBILE_METRICS_TOKEN not provided"
+ fi
+ fi
- save-dependencies
- collect-xcode-build-logs
- upload-xcode-build-logs