diff options
author | Jason Wray <jason@mapbox.com> | 2017-12-01 15:13:43 -0500 |
---|---|---|
committer | Jason Wray <jason@mapbox.com> | 2017-12-01 15:26:40 -0500 |
commit | 2370461c9def1d6b09577ef3ec6782384e27c1bc (patch) | |
tree | 84dc5752f3c823b65d0f315017cd19af79512ab8 /circle.yml | |
parent | 7e6ca6793a3fe508d4111a11a5887362707ddd26 (diff) | |
download | qtlocation-mapboxgl-2370461c9def1d6b09577ef3ec6782384e27c1bc.tar.gz |
[build] Lint iOS and macOS plists on CIupstream/fb-circleci-lint-plists
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index ee6a833097..36d16c68d6 100644 --- a/circle.yml +++ b/circle.yml @@ -686,6 +686,9 @@ jobs: - *reset-ccache-stats - *build-ios-test - *check-public-symbols + - run: + name: Lint plist files + command: make ios-lint - *show-ccache-stats - *save-cache @@ -742,6 +745,9 @@ jobs: - *reset-ccache-stats - *build-macos-test - *check-public-symbols + - run: + name: Lint plist files + command: make macos-lint - *show-ccache-stats - *save-cache - store_artifacts: |