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 e5beb19 commit 7d36cfaCopy full SHA for 7d36cfa
.buildkite/pipeline.yml
@@ -0,0 +1,10 @@
1
+agents:
2
+ queue: "macOS-Monterey-12-4"
3
+
4
+steps:
5
+ - command: "./scripts/run-unit-tests.sh MuxUploadSDK"
6
+ label: ":xcode_simulator: Unit Tests"
7
+ - wait
8
+ - command: "./scripts/version-check.sh"
9
+ label: ":clipboard: Version Check"
10
+ branches: "releases/*"
0 commit comments