diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-11-19 11:15:34 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2019-11-19 13:42:16 +0200 |
commit | b3fdd2c762dc32eaa7e98344de870d1c590b47ff (patch) | |
tree | be92ea989a3c2262554846f1d1c493391b91eb3d /circle.yml | |
parent | f73467786dff98fa2f7240c9a775dff047b29bbf (diff) | |
download | qtlocation-mapboxgl-b3fdd2c762dc32eaa7e98344de870d1c590b47ff.tar.gz |
[build] Check if mapbox-gl-js is pinned to master
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 4 |
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') |