summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorŁukasz Paczos <lukas.paczos@gmail.com>2019-02-21 12:57:29 +0100
committerŁukasz Paczos <lukasz.paczos@mapbox.com>2019-02-21 15:23:08 +0100
commit3cf24f3329bb552c35b4f64e0edcdff72aa4f8b7 (patch)
tree7b16f8d8cea5fbe0b23045258187cb66fe52a97a /circle.yml
parent2c2c67aedfd9bf9a47d3f4c73137d08efde2f622 (diff)
downloadqtlocation-mapboxgl-3cf24f3329bb552c35b4f64e0edcdff72aa4f8b7.tar.gz
[android] initialize vendor submodules as a CI step
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 6424205279..28d1e39e68 100644
--- a/circle.yml
+++ b/circle.yml
@@ -535,6 +535,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Initialize vendor submodules
+ command: git submodule update --init platform/android/vendor
+ - run:
name: Android nitpick
command: make run-android-nitpick
- run:
@@ -599,6 +602,9 @@ jobs:
steps:
- install-dependencies: { gradle: true }
- run:
+ name: Initialize vendor submodules
+ command: git submodule update --init platform/android/vendor
+ - run:
name: Android nitpick
command: make run-android-nitpick
- run: