summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/circle.yml b/circle.yml
index 3a661fe9f1..970e91f6b0 100644
--- a/circle.yml
+++ b/circle.yml
@@ -892,12 +892,16 @@ jobs:
steps:
- checkout
- *install-macos-dependencies
+ - run:
+ name: Install jazzy
+ command: sudo gem install jazzy --no-document
+ background: true
- *generate-cache-key
- *restore-cache
- *reset-ccache-stats
- - *build-ios-test
- - *build-ios-integration-test
- - *check-public-symbols
+ - run:
+ name: Build dynamic framework for device and simulator
+ command: make iframework
- *show-ccache-stats
- *save-cache
- *collect-xcode-build-logs