Skip to content

Instantly share code, notes, and snippets.

@chris-dannen
Created June 7, 2013 14:11
Show Gist options
  • Save chris-dannen/5729539 to your computer and use it in GitHub Desktop.
Save chris-dannen/5729539 to your computer and use it in GitHub Desktop.
#!/bin/bash
git submodule init
git submodule update
xcodebuild -scheme HAWCommonTestsCL -sdk iphonesimulator \
TEST_AFTER_BUILD=YES -arch i386 clean build | grep "BUILD SUCCEEDED"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment