Reputation: 5098
Can Bamboo CI run Xcode Builds? If so, can someone post a link to an explanation on how to set it up that works?
Upvotes: 4
Views: 2229
Reputation: 109
If you want to build on a Mac, or any other platform for that matter, you can just install a remote agent: https://confluence.atlassian.com/display/BAMBOO/Bamboo+remote+agent+installation+guide
If you don't have any remote agents you can use SSH like Paramiko in Python to execute a command: http://www.lag.net/paramiko/
Upvotes: 2
Reputation: 5098
Figured out you can run command line builds so I can execute xcodebuilder on bamboo.
Upvotes: 3