Victor Sigler 5 rokov pred
rodič
commit
df577abf1f
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      .buildkite/pipeline.yaml

+ 3 - 0
.buildkite/pipeline.yaml

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