diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-07-17 17:36:36 +0200 |
---|---|---|
committer | Anand Thakker <github@anandthakker.net> | 2018-07-20 10:58:50 -0400 |
commit | 6d7072162b764c2432c010cd463a5a2c0093d606 (patch) | |
tree | 70710d98a0fd7048f473207c9ef16c75f4ad8d52 /circle.yml | |
parent | 1985b893b7c50f56e10ecc07776d60103a5a3e5b (diff) | |
download | qtlocation-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.yml | 4 |
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 # ------------------------------------------------------------------------------ |