Selaa lähdekoodia

Print the path

Victor Sigler 5 vuotta sitten
vanhempi
sitoutus
cb456b1d43
1 muutettua tiedostoa jossa 6 lisäystä ja 0 poistoa
  1. 6 0
      .buildkite/pipeline.yaml

+ 6 - 0
.buildkite/pipeline.yaml

@@ -1,3 +1,9 @@
 steps:
+  - label: ":package: Ruby dependencies"
+    command: |
+        cat ~/.zshrc
+        source ~/.zshrc
+        ls -la && 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