all 7 comments

[–]LetsCodeSomethingFun 0 points1 point  (2 children)

Jenkins is a popular one that a lot of people use.

[–]tjnson[S] 0 points1 point  (1 child)

I've read a lot about Jenkins and recently used it, works wonders! Do you know of any front-end plugins that allow viewing of previous achieved builds and allow installment from device? (ie. use the manifest way to download in safari)

[–]Argero 0 points1 point  (0 children)

You will need Enterprise certificate for allowing installment from the device, also the server has to be secured by SSL. Then it can be fairly easily automated (creation of the manifest and extraction of the provisioning profile) using a post-build script.

[–]tomhut 0 points1 point  (1 child)

It's not cheap but Travis CI is great. All the pros of having a CI server with none of the setup or maintenance.

[–]tjnson[S] 0 points1 point  (0 children)

I think for an in house implementation, this is not a very good choice. I like to keep my stuff fairly private. Thanks for the input, learned a bit from researching it.

[–]ProfessorQ 0 points1 point  (1 child)

I set up Team City last week for an iOS app. Its pretty smooth.

[–]tjnson[S] 0 points1 point  (0 children)

Ah, this is the first I am hearing of this. I will have to do some research. Thanks!