diff options
author | Jason Wray <jason@mapbox.com> | 2018-10-02 19:07:14 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-10-03 13:26:59 -0400 |
commit | 360a36771b20fdcad913d0a6f228d92aa9cb3c1b (patch) | |
tree | e47df97b3b50dc3fc90c1c783dab56f37912254e /circle.yml | |
parent | 1fe29b284f25da621d3587fa766b2e66f378eb7d (diff) | |
download | qtlocation-mapboxgl-360a36771b20fdcad913d0a6f228d92aa9cb3c1b.tar.gz |
[ios, build] Check symbol namespacing for mapbox-events-ios
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml index 1def734e60..087418de3d 100644 --- a/circle.yml +++ b/circle.yml @@ -851,6 +851,9 @@ jobs: - build-ios-integration-test - check-public-symbols - run: + name: Check symbol namespacing for mapbox-events-ios + command: make ios-check-events-symbols + - run: name: Lint plist files command: make ios-lint - run: |