diff options
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
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 |