Skip to content

Instantly share code, notes, and snippets.

@luismachado
Created April 2, 2018 10:10
Show Gist options
  • Save luismachado/c4358ba2b44c14ea931dbec0a26f2ce6 to your computer and use it in GitHub Desktop.
Save luismachado/c4358ba2b44c14ea931dbec0a26f2ce6 to your computer and use it in GitHub Desktop.
#!/bin/bash
xcodebuild clean test -workspace FizzBuzz.xcworkspace -scheme FizzBuzz -sdk iphonesimulator -destination "platform=iOS Simulator,OS=11.2,name=iPhone 8" CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO ONLY_ACTIVE_ARCH=NO -enableCodeCoverage YES | xcpretty -c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment