Custom Trigger Scripts for Bot (Xcode 5 CI)
Posted
by
Mishal Shah
on Stack Overflow
See other posts from Stack Overflow
or by Mishal Shah
Published on 2013-11-15T07:03:31Z
Indexed on
2014/08/19
22:21 UTC
Read the original article
Hit count: 222
I am working on setting up CI for my iOS application and I am facing some issues.
- Where is a good place to find documents on Bot? I have seen the Xcode help but cant find any good example, also watched the CI video from 2013 conference
- How do i create a custom trigger script, so every time a developer commits their code it will automatically trigger the bot.
- How do I merge the code to master only if Test successfully passes the bot?
Here is where I found info about trigger scripts https://help.apple.com/xcode/mac/1.0/#apdE6540C63-ADB5-4B07-89B7-6223EC40B59C
Example values are shown with each setting. Schedule: Choose to run manually, periodically, on new commits, or on trigger scripts.
Thank you!
© Stack Overflow or respective owner