mirror of
https://github.com/tsolomko/SWCompression.git
synced 2026-06-23 14:56:41 +00:00
[CI] Add a step for installing Darwin platforms
This needs to be done before downloading BBD. AZP now has an extremely limited set of preinstalled simulators.
This commit is contained in:
@@ -66,6 +66,13 @@ stages:
|
||||
git lfs pull
|
||||
git lfs checkout
|
||||
displayName: 'Download or update test files'
|
||||
- script: |
|
||||
set -e -o xtrace
|
||||
xcrun simctl list > /dev/null
|
||||
xcodebuild -downloadPlatform iOS
|
||||
xcodebuild -downloadPlatform watchOS
|
||||
xcodebuild -downloadPlatform tvOS
|
||||
displayName: 'Install Darwin platforms'
|
||||
- script: ./utils.py download-bbd-macos
|
||||
displayName: 'Download BitByteData'
|
||||
- script: ./utils.py ci script-macos
|
||||
|
||||
Reference in New Issue
Block a user