1
0

pipeline.yaml 243 B

123456
  1. steps:
  2. - label: ":package: Ruby dependencies"
  3. command: gem install xcpretty
  4. - label: ":hammer: Unit Tests"
  5. command: set -o pipefail && xcodebuild test -scheme SwifterMac -sdk macosx -destination "arch=x86_64" | xcpretty -c -r html