Slide 76
Slide 76 text
iOS
build_project:
stage: build
script:
- xcodebuild clean -project ProjectName.xcodeproj -scheme SchemeName | xcpretty
- xcodebuild test -project ProjectName.xcodeproj -scheme SchemeName -destination
'platform=iOS Simulator,name=iPhone 6s,OS=9.2' | xcpretty -s