summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorŁukasz Paczos <lukasz.paczos@mapbox.com>2018-12-18 12:46:20 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-01-15 14:21:26 +0100
commitd617b87b4de99b2dc31102032d29a6cabd2fe7eb (patch)
tree8995e5665d549fc2c76e1752758b0469c1968c16 /circle.yml
parente6e07a68094bb753da3714fdeb22d84760193d33 (diff)
downloadqtlocation-mapboxgl-d617b87b4de99b2dc31102032d29a6cabd2fe7eb.tar.gz
[android] mapbox-gestures-android vendor
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 68d17b774d..05d92e5558 100644
--- a/circle.yml
+++ b/circle.yml
@@ -532,6 +532,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Update vendor submodules
+ command: make android-update-vendor
+ - run:
name: Check code style
command: make android-check
- run:
@@ -593,6 +596,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Update vendor submodules
+ command: make android-update-vendor
+ - run:
name: Generate Maven credentials
command: |
if [ -n "${PUBLISH_NEXUS_USERNAME}" ]; then