bendyworks / TravisCI.app

MIT License
52 stars 5 forks source link

TravisCI.app

Get it on the App Store!

screenshots

iPad Screenshot

iPhone Screenshot

local setup

gem and pod setup:

gem install bundler
bundle
pod setup
pod install TravisCI.xcodeproj

if anything is missing from Pods/Headers, try rm -rf Pods/ && pod install or:

git co Pods/Headers

if the build fails with a bunch of redefined header issues try manually cleaning your xcode build location, usually:

~/Library/Developer/Xcode/DerivedData

test

start the localport binding:

./integration/http_tunnel.sh

start the test travisci server:

ruby integration/test_travis_server.rb

test:

rake

the UIAutomation coffescript files are located at:

integration/coffeescript/{iphone,ipad}

deploy

you can also check out http://support.testflightapp.com/kb/tutorials/how-to-create-an-ipa-xcode-3

Adding a new device to test with the app