diff options
author | Jason Wray <jason@mapbox.com> | 2018-07-03 09:19:39 -0400 |
---|---|---|
committer | Jason Wray <friedbunny@users.noreply.github.com> | 2018-07-03 13:31:58 -0400 |
commit | 18766c5517422496d1abc73ee41ff38e4c571eae (patch) | |
tree | b1c2ade69bb5d4b0303f5533e42777f096930e1e /circle.yml | |
parent | 614aab4ea2842c442a8699d68bc8b1aadde93d3e (diff) | |
download | qtlocation-mapboxgl-18766c5517422496d1abc73ee41ff38e4c571eae.tar.gz |
[ios, build] Build all archs for ios-release
Diffstat (limited to 'circle.yml')
-rw-r--r-- | circle.yml | 10 |
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 |