summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-07-17 17:36:36 +0200
committerAnand Thakker <github@anandthakker.net>2018-07-20 10:58:50 -0400
commit6d7072162b764c2432c010cd463a5a2c0093d606 (patch)
tree70710d98a0fd7048f473207c9ef16c75f4ad8d52 /circle.yml
parent1985b893b7c50f56e10ecc07776d60103a5a3e5b (diff)
downloadqtlocation-mapboxgl-6d7072162b764c2432c010cd463a5a2c0093d606.tar.gz
[build] add nitpick step for verifying that dependencies are up-to-date and unmodifiedupstream/vendor-gtest
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index e990eed401..29e8de1d38 100644
--- a/circle.yml
+++ b/circle.yml
@@ -322,6 +322,10 @@ jobs:
name: Android code generation
command: scripts/nitpick/generated-code.js android
when: always
+ - run:
+ name: Vendored packages
+ command: scripts/nitpick/vendoring.js
+ when: always
# ------------------------------------------------------------------------------