summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-05-14 11:21:39 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-05-14 11:21:39 -0700
commit520efa858aee105000259d86a02fd5d8a749b08a (patch)
tree309b7b9a0d701a0198f87be2a0085823ac8bf261
parentb7b01a096b3fadaf1d394943ffd6a4f21d8e0c0f (diff)
downloadqtlocation-mapboxgl-upstream/jmkiley-update-code-coverage-schema.tar.gz
[ios] only run when merging to master/release branchupstream/jmkiley-update-code-coverage-schema
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index d89ce00148..f4b24f32a0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -927,7 +927,9 @@ jobs:
- run:
name: Get iOS code coverage
command: |
+ if [[ $CIRCLE_BRANCH == master ]] || [[ $CIRCLE_BRANCH == release-* ]]; then
platform/ios/scripts/ios-code-coverage.sh CI
+ fi
- run:
name: Lint plist files
command: make ios-lint