Skip to content

Commit

Permalink
ci: add buildkite
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Nov 27, 2024
1 parent e5beb19 commit 7d36cfa
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
agents:
queue: "macOS-Monterey-12-4"

steps:
- command: "./scripts/run-unit-tests.sh MuxUploadSDK"
label: ":xcode_simulator: Unit Tests"
- wait
- command: "./scripts/version-check.sh"
label: ":clipboard: Version Check"
branches: "releases/*"

0 comments on commit 7d36cfa

Please sign in to comment.