Skip to content

Commit 7d36cfa

Browse files
committed
ci: add buildkite
1 parent e5beb19 commit 7d36cfa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)