Redwood
Redwood

Reputation: 69312

TeamCity 5.x with xcodebuild?

We're considering migrating from CruiseControl/CruiseControl.NET to TeamCity.

A portion of our product is a Cocoa app, and I need to figure out if I want to try to migrate it to TeamCity as well, or if it would be better to leave it running under CruiseControl.

Everything I've found so far (including the teamcity-xcode plugin) refers to running xcodebuild under TeamCity 4.x, but we're running 5.x.

Is it possible to run an Xcode build under TeamCity 5.0?

What were your experiences?

Upvotes: 1

Views: 1068

Answers (1)

eviltobz
eviltobz

Reputation: 216

We're currently looking into that as well, hence my googling bringing up this question. According to the docs TeamCity can run agents on OSX and this blog post discusses getting an iPhone build up and running. Hopefully these will prove a good starting point to getting an iOS build under TC.

Upvotes: 2

Related Questions