Can Bamboo CI run Xcode builds? If so, can anyone post a link to an explanation of how to configure it, what works?
It turned out that you can run command line builds so that I can execute xcodebuilder on bamboo.
If you want to use a Mac or any other platform, you can simply install the remote agent: https://confluence.atlassian.com/display/BAMBOO/Bamboo+remote+agent+installation+guide
If you do not have remote agents, you can use SSH, such as Paramiko in Python, to execute the command: http://www.lag.net/paramiko/
Source: https://habr.com/ru/post/1313931/More articles:Cannot find dependency of "org.eclipse.persistence" on Maven - javaHow to determine column headers when reading a csv file in Python - pythonWhere does the p variable get the value from ruby if it is not defined explicitly? - ruby | fooobar.comHow can I access an Outlook message using a unique and stable identifier? - c #Automatically updating a formula field after creating an Open XML Word document - c #how to find the lowest common denominator on the one hand from many to many queries - sqlChecking for memory leaks with Mac tools - c ++Creating a sidebar in a Mac application with partitions - objective-cCakePHP: How to count the number of hasMany entries in a search? - mysqljQuery - readability and performance (?) - jqueryAll Articles