summaryrefslogtreecommitdiff
path: root/platform/linux
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 /platform/linux
parent6fc0eb908bb2de2c0da9725470b46bd05c13fed6 (diff)
downloadqtlocation-mapboxgl-840a5cf1207ed78df3302211a23d369dd3c12b89.tar.gz
[build] Record binary size via GitHub check
Diffstat (limited to 'platform/linux')
-rw-r--r--[-rwxr-xr-x]platform/linux/scripts/metrics.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/linux/scripts/metrics.sh b/platform/linux/scripts/metrics.sh
index 82dcf98d5c..05850e0946 100755..100644
--- a/platform/linux/scripts/metrics.sh
+++ b/platform/linux/scripts/metrics.sh
@@ -8,5 +8,4 @@ ARCH=$(uname -m)
RENDER=build/linux-${ARCH}/Release/mbgl-render
strip -s -x "${RENDER}" -o "${RENDER}-stripped"
-# Track individual architecture
-scripts/log_binary_size.sh "${RENDER}-stripped" "Platform=Linux,Compiler=${_CC},Arch=${ARCH}"
+scripts/check_binary_size.js "${RENDER}-stripped" "Linux"