We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35887b8 commit 1672845Copy full SHA for 1672845
.buildkite/pipeline.yml
@@ -21,23 +21,23 @@ steps:
21
#################
22
# Build and Test
23
24
- - label: "📦 Build and Test Swift Package ({{matrix}})"
+ - label: "📦 Build and Test Swift Package ({{matrix.image_id}})"
25
key: "test"
26
command: |
27
validate_swift_package device:"{{matrix.device}}"
28
plugins: [$CI_TOOLKIT]
29
env:
30
- IMAGE_ID: "{{matrix}}"
+ IMAGE_ID: "{{matrix.image_id}}"
31
matrix:
32
setup:
33
- image:
+ image_id:
34
- $IMAGE_ID
35
device:
36
- "iPhone SE (3rd generation) (17.5)"
37
adjustments:
38
- with:
39
- image: "xcode-15.1"
40
- device: "iPhone SE (3rd generation) (17.2)"
+ image_id: "xcode-15.1"
+ device: "iPhone SE (3rd generation) (17.2)"
41
42
###################
43
# Validate Podspec
0 commit comments