summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2018-07-02 14:09:58 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2018-07-03 14:03:32 -0700
commit840a5cf1207ed78df3302211a23d369dd3c12b89 (patch)
tree9bd84a680e2b79b9aaff5406164e8af237503a5b /circle.yml
parent6fc0eb908bb2de2c0da9725470b46bd05c13fed6 (diff)
downloadqtlocation-mapboxgl-840a5cf1207ed78df3302211a23d369dd3c12b89.tar.gz
[build] Record binary size via GitHub check
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml22
1 files changed, 12 insertions, 10 deletions
diff --git a/circle.yml b/circle.yml
index 0e0e463be5..661a029863 100644
--- a/circle.yml
+++ b/circle.yml
@@ -421,6 +421,9 @@ jobs:
- store_artifacts:
path: platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/release
destination: .
+ - run:
+ name: Record size
+ command: platform/android/scripts/metrics.sh
# ------------------------------------------------------------------------------
@@ -462,11 +465,9 @@ jobs:
- store_artifacts:
path: platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/release
destination: .
- - deploy:
- name: Show statistics
- command: |
- export CLOUDWATCH=true
- platform/android/scripts/metrics.sh
+ - run:
+ name: Record size
+ command: platform/android/scripts/metrics.sh
- deploy:
name: Publish to Maven
command: make run-android-upload-archives
@@ -514,11 +515,9 @@ jobs:
- store_artifacts:
path: platform/android/MapboxGLAndroidSDKTestApp/build/outputs/apk/release
destination: .
- - deploy:
- name: Show statistics
- command: |
- export CLOUDWATCH=true
- platform/android/scripts/metrics.sh
+ - run:
+ name: Record size
+ command: platform/android/scripts/metrics.sh
- deploy:
name: Publish to Maven
command: make run-android-upload-archives
@@ -902,6 +901,9 @@ jobs:
- *save-cache
- *collect-xcode-build-logs
- *upload-xcode-build-logs
+ - run:
+ name: Record size
+ command: platform/ios/scripts/metrics.sh
# ------------------------------------------------------------------------------
ios-release-tag: