Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created March 26, 2018 10:23
Show Gist options
  • Save luismachado/147078ac0d9dd43233aa52a53328be9a to your computer and use it in GitHub Desktop.
Save luismachado/147078ac0d9dd43233aa52a53328be9a to your computer and use it in GitHub Desktop.
language: objective-c #1
osx_image: xcode9.2 #2
install:
- gem install xcpretty
jobs:
include:
- script: xcodebuild clean build test -project FizzBuzz.xcodeproj -scheme FizzBuzz -destination "platform=iOS Simulator,name=iPhone 8,OS=11.2" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO | xcpretty -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment