pipeline.yaml 487 B

12345678910111213141516
  1. steps:
  2. - label: ":package: Ruby dependencies"
  3. command: |
  4. source ~/.zshrc
  5. gem install xcpretty
  6. - label: ":hammer: Unit Tests"
  7. command: |
  8. source ~/.zshrc
  9. cd Xcode
  10. xcodebuild \
  11. -configuration Debug \
  12. -scheme SwifteriOS \
  13. -sdk iphonesimulator \
  14. -destination 'platform=iOS Simulator,name=iPhone 12,OS=14.4' \
  15. clean build test | xcpretty --color --report junit