summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2019-07-26 09:42:38 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2019-07-26 17:43:18 +0300
commitb5980bda75b6f671718952054845c71f7c6a3356 (patch)
tree2b45b7f45dafae7d58c45e383ddb6f93e3c753a3 /circle.yml
parentf5293801b9a2bb2891be74fd81c9fc3dbe8d5372 (diff)
downloadqtlocation-mapboxgl-b5980bda75b6f671718952054845c71f7c6a3356.tar.gz
[build] Replace geometry.hpp/variant with mapbox-base
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml
index ba624dc251..c142d10f2b 100644
--- a/circle.yml
+++ b/circle.yml
@@ -477,7 +477,9 @@ jobs:
- install-dependencies: { mason: false, ccache: false }
- run:
name: Initialize submodules
- command: git submodule update --init
+ command: |
+ git submodule update --init
+ git submodule foreach git submodule update --init
- run:
name: Verify submodule pin
command: scripts/nitpick/submodule-pin.js
@@ -720,7 +722,9 @@ jobs:
- checkout
- run:
name: Checkout submodules
- command: git submodule update --init
+ command: |
+ git submodule update --init
+ git submodule foreach git submodule update --init
- run:
name: Build Android library
command: |