From 18766c5517422496d1abc73ee41ff38e4c571eae Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Tue, 3 Jul 2018 09:19:39 -0400 Subject: [ios, build] Build all archs for ios-release --- circle.yml | 10 +++++++--- 1 file 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 -- cgit v1.2.1