summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmkiley <jordan.kiley@mapbox.com>2019-04-29 16:31:56 -0700
committerjmkiley <jordan.kiley@mapbox.com>2019-04-29 16:31:56 -0700
commit7b6db0a805a0e79f8ec075780e88658c0f3bc026 (patch)
treeeb0928c9fc8a5a7fc8d43c33ab31e6d90270c7fe
parente47c1f13c0e9759def762628764bcd13d7aaddf6 (diff)
downloadqtlocation-mapboxgl-7b6db0a805a0e79f8ec075780e88658c0f3bc026.tar.gz
[ios] Moved back to ios-debug
-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: |