I was watching WWDC 2014 \"Continuous Integration with Xcode\" Video and it looks great how the bots can be used to run test. But my question is to anyone who has seen the vide
I want to add post-receive hook on github which on receiving any commit should start Xcode bot on my OS X Server.
If you want to 'build on commit' then just select that option when you create the bot. You have the option to run the bot Manually, Periodically or On Commit. The latter does what you describe. As soon as one of your team members commits a change to your github repo, Xcode server will do a build.