summaryrefslogtreecommitdiff
path: root/metrics/binary-size/linux-gcc8/style.json
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-27 16:31:33 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2020-01-28 00:44:07 +0200
commit0de6ffc383022e3ebfb658a729a0c9d7d7b026c4 (patch)
tree415d7542d0fd526b4c2daec74aa46728524a21f3 /metrics/binary-size/linux-gcc8/style.json
parent8ddb0a959002b96dda1e656e3bcd87ac55286122 (diff)
downloadqtlocation-mapboxgl-0de6ffc383022e3ebfb658a729a0c9d7d7b026c4.tar.gz
[build] Cleanup CircleCI configuration
- Remove the legacy build jobs - Remove the next- namespace.
Diffstat (limited to 'metrics/binary-size/linux-gcc8/style.json')
-rw-r--r--metrics/binary-size/linux-gcc8/style.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/metrics/binary-size/linux-gcc8/style.json b/metrics/binary-size/linux-gcc8/style.json
new file mode 100644
index 0000000000..4e205a2854
--- /dev/null
+++ b/metrics/binary-size/linux-gcc8/style.json
@@ -0,0 +1,24 @@
+{
+ "version": 8,
+ "metadata": {
+ "test": {
+ "operations": [
+ ["probeFileSize", "mbgl-glfw", "/tmp/attach/install/linux-gcc8-release/bin/mbgl-glfw", 0.01],
+ ["probeFileSize", "mbgl-offline", "/tmp/attach/install/linux-gcc8-release/bin/mbgl-offline", 0.01],
+ ["probeFileSize", "mbgl-render", "/tmp/attach/install/linux-gcc8-release/bin/mbgl-render", 0.01]
+ ],
+ "width": 64,
+ "height": 64
+ }
+ },
+ "sources": {},
+ "layers": [
+ {
+ "id": "background",
+ "type": "background",
+ "paint": {
+ "background-color": "green"
+ }
+ }
+ ]
+}