Skip to content
vaskas edited this page Jan 24, 2012 · 2 revisions

We're using xcodebuild for building the project and fruitstrap for getting the app onto a device that is connected to the CI box.

The Jenkins build script looks like this:

xcodebuild -workspace <project name>.xcworkspace -scheme <scheme name> -configuration Debug 
fruitstrap /Users/ci/Library/Developer/Xcode/DerivedData/<project directory>/Build/Products/Debug-iphoneos/<app name>.app 
zucchini run --ci features/ 

Clone this wiki locally