From b5980bda75b6f671718952054845c71f7c6a3356 Mon Sep 17 00:00:00 2001 From: Bruno de Oliveira Abinader Date: Fri, 26 Jul 2019 09:42:38 +0300 Subject: [build] Replace geometry.hpp/variant with mapbox-base --- circle.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'circle.yml') 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: | -- cgit v1.2.1