浏览代码

Install xcpretty

Victor Sigler 5 年之前
父节点
当前提交
df577abf1f
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .buildkite/pipeline.yaml

+ 3 - 0
.buildkite/pipeline.yaml

@@ -1,3 +1,6 @@
 steps:
+  - label: ":package: Ruby dependencies"
+    command: gem install xcpretty
+
   - label: ":hammer: Unit Tests"
     command: set -o pipefail && xcodebuild test -scheme SwifterMac -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html