mirror of
https://github.com/Toxblh/MTMR.git
synced 2026-01-10 17:08:39 +00:00
7 lines
230 B
YAML
7 lines
230 B
YAML
language: swift
|
|
xcode_project: MTMR.xcodeproj
|
|
xcode_scheme: UnitTests
|
|
osx_image: xcode11.1
|
|
install: gem install xcpretty
|
|
script: "xcodebuild test -project MTMR.xcodeproj -scheme 'UnitTests' | xcpretty -c && exit ${PIPESTATUS[0]}"
|