pipeline.yaml 308 B

123456789
  1. steps:
  2. - label: ":package: Ruby dependencies"
  3. command: |
  4. cat ~/.zshrc
  5. source ~/.zshrc
  6. ls -la && gem install xcpretty
  7. - label: ":hammer: Unit Tests"
  8. command: set -o pipefail && xcodebuild test -scheme SwifterMac -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html