summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-01-28 13:10:06 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-01-29 15:21:01 +0100
commite598146399a9d53a2d78b3b45eb1a69ca367dcf3 (patch)
treec1e142ea9611cebe8bc8e12fe02871ceb24493c9 /circle.yml
parentca8625fba1bc86a42323236f27cb2c7f803a11c5 (diff)
downloadqtlocation-mapboxgl-e598146399a9d53a2d78b3b45eb1a69ca367dcf3.tar.gz
[android] android nitpick script, verify submodule pins
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 473739d58b..966945094f 100644
--- a/circle.yml
+++ b/circle.yml
@@ -536,6 +536,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Android nitpick
+ command: make run-android-nitpick
+ - run:
name: Check code style
command: make android-check
- run:
@@ -597,6 +600,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Android nitpick
+ command: make run-android-nitpick
+ - run:
name: Trigger core benchmark run
command: |
if [ -n "${MOBILE_METRICS_TOKEN}" ]; then