This repository was archived by the owner on Sep 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Expand file tree Collapse file tree 1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 1+ # yaml-language-server: $schema=https://raw.githubusercontent.com/buildkite/pipeline-schema/main/schema.json
2+ ---
3+
4+ agents :
5+ queue : mac
6+
7+ env :
8+ IMAGE_ID : xcode-15.3-v3
9+
110# Nodes with values to reuse in the pipeline.
211common_params :
312 plugins : &common_plugins
4- - automattic/a8c-ci-toolkit#3.1.0
5- # Common environment values to use with the `env` key.
6- env : &common_env
7- # -v3 contains a workaround for a Simulator boot issue
8- # See paaHJt-6gL-p2#comment-8712
9- IMAGE_ID : xcode-15.3-v3
13+ - automattic/a8c-ci-toolkit#3.5.1
1014
1115# This is the default pipeline – it will build and test the app
1216steps :
2125 - fastlane/test_output/report.html
2226 - fastlane/test_output/report.junit
2327 - .build/derived-data/Logs/**/*.xcactivitylog
24- env : *common_env
2528 plugins : *common_plugins
2629
2730 # ################
4043 key : " lint"
4144 command : |
4245 lint_pod
43- env : *common_env
4446 plugins : *common_plugins
4547
4648 # ################
@@ -49,12 +51,9 @@ steps:
4951 - label : " ⬆️ Publish Podspec"
5052 key : " publish"
5153 command : .buildkite/publish-pod.sh
52- env : *common_env
5354 plugins : *common_plugins
5455 depends_on :
5556 - " test"
5657 - " validate"
5758 - " lint"
5859 if : build.tag != null
59- agents :
60- queue : " mac"
You can’t perform that action at this time.
0 commit comments