Continuous Integration with Xcode 5
xcode5 及持续集成, 花了20分钟上手配置, 效果非常接近我在java里面使用的hudson。
WWDC 2013 Session Videos 下载的ppt文稿, 鉴于需要开发者账号,所以在附件里面也放了一份。
https://developer.apple.com/wwdc/videos/index.php?id=412
Why Continuous Integration?
•Testing on multiple OS versions and hardware models
•Build, analyze, and test your project often
•Catch problems quickly and automatically
•Let a server do the heavy-lifting
•Gather build and test history for your project
•Easily distribute builds to your team