diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-12-13 18:45:29 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-12-14 11:03:03 +0100 |
commit | 1d8235f5b899a2cd8414522b2d72b96fab91577b (patch) | |
tree | 2ab56dce064de872525db7f24ba150a9065c4757 /circle.yml | |
parent | c2a4a8822ce9577c972975da61034a30fb0fe3e9 (diff) | |
download | qtlocation-mapboxgl-1d8235f5b899a2cd8414522b2d72b96fab91577b.tar.gz |
[build] rework platform/default directory and add -files.txt for vendored libs
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/circle.yml b/circle.yml index 87bca8559c..7dbf8e4e8b 100644 --- a/circle.yml +++ b/circle.yml @@ -466,8 +466,8 @@ jobs: steps: - install-dependencies: { mason: false, ccache: false } - run: - name: Initialize submodule - command: git submodule update --init mapbox-gl-js + name: Initialize submodules + command: git submodule update --init - run: name: Verify submodule pin command: scripts/nitpick/submodule-pin.js |