diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml new file mode 100644 index 00000000..a348b225 --- /dev/null +++ b/.buildkite/pipeline.yaml @@ -0,0 +1,16 @@ +steps: + - label: ":package: Ruby dependencies" + command: | + source ~/.zshrc + gem install xcpretty + + - label: ":hammer: Unit Tests" + command: | + source ~/.zshrc + cd Xcode + xcodebuild \ + -configuration Debug \ + -scheme SwifteriOS \ + -sdk iphonesimulator \ + -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.4' \ + clean build test | xcpretty --color --report junit \ No newline at end of file