[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:
Timofey Solomko
2026-01-31 22:00:51 +08:00
parent 718bdfa493
commit cd116a92dd
+7
View File
@@ -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