summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml9
1 files changed, 4 insertions, 5 deletions
diff --git a/circle.yml b/circle.yml
index 1bee7cfad0..d89ce00148 100644
--- a/circle.yml
+++ b/circle.yml
@@ -925,6 +925,10 @@ jobs:
name: Check symbol namespacing for mapbox-events-ios
command: make ios-check-events-symbols
- run:
+ name: Get iOS code coverage
+ command: |
+ platform/ios/scripts/ios-code-coverage.sh CI
+ - run:
name: Lint plist files
command: make ios-lint
- run:
@@ -1022,11 +1026,6 @@ jobs:
name: Build dynamic framework for device and simulator
command: make iframework
no_output_timeout: 5m
- - build-ios-test
- - run:
- name: Get iOS code coverage
- command: |
- platform/ios/scripts/ios-code-coverage.sh CI
- deploy:
name: Upload snapshot build to s3
command: |