summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-19 11:15:34 +0200
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-11-19 13:42:16 +0200
commitb3fdd2c762dc32eaa7e98344de870d1c590b47ff (patch)
treebe92ea989a3c2262554846f1d1c493391b91eb3d
parentf73467786dff98fa2f7240c9a775dff047b29bbf (diff)
downloadqtlocation-mapboxgl-b3fdd2c762dc32eaa7e98344de870d1c590b47ff.tar.gz
[build] Check if mapbox-gl-js is pinned to master
-rw-r--r--circle.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index c3387aedd2..e4eab08cc2 100644
--- a/circle.yml
+++ b/circle.yml
@@ -667,6 +667,10 @@ jobs:
scripts/generate-style-code.js
git add -A && git diff --staged --exit-code
- run:
+ name: Validation Scripts
+ command: |
+ scripts/nitpick/submodule-pin.js
+ - run:
name: CMake Format
command: |
cmake-format -i $(find next -type f -name CMakeLists.txt -o -name '*.cmake')