Tagged Questions
9
votes
2answers
751 views
Can you use CruiseControl to build Cocoa/Objective-C projects?
Has anyone ever set up Cruise Control to build an OS X Cocoa/Objective-C project?
If so, is there a preferred flavor of CruiseControl (CruiseControl.rb or just regular CruiseControl) that would be ...
2
votes
3answers
690 views
Continuous integration / Cruisecontrol advice
I've been tasked with setting up a continuous integration server for our project and am weighing up the options.
I would like to use cc.rb rather than cc for the simple fact that I'd rather be ...
1
vote
2answers
102 views
Problem in setting up Cruise Control in RAILS 3
I just setup cruise control on my server for my projects .
But now i am little bit confused how these rake task and capistrano work .
I tried lots of settings but still no success . If somebody help ...
1
vote
2answers
507 views
CruiseControl.rb PATH
I'm trying to get CruiseControl.rb to run rcov during a build. It's currently failing with the following error:
sh: rcov: not found
Since I can run rcov from the shell when I log in, I figure that ...
1
vote
3answers
745 views
CruiseControl.rb SVN Access Denied
I'm having a problem where I have been able to add a project to CC.rb perfectly fine but when I start the service I get "Access Denied" messages each time it checks with Subversion for a newer ...