summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Wray <jason@mapbox.com>2018-07-03 09:19:39 -0400
committerJason Wray <friedbunny@users.noreply.github.com>2018-07-03 13:31:58 -0400
commit18766c5517422496d1abc73ee41ff38e4c571eae (patch)
treeb1c2ade69bb5d4b0303f5533e42777f096930e1e
parent614aab4ea2842c442a8699d68bc8b1aadde93d3e (diff)
downloadqtlocation-mapboxgl-18766c5517422496d1abc73ee41ff38e4c571eae.tar.gz
[ios, build] Build all archs for ios-release
-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