Cruise_logo_large

FAQ

If the answer to your question isn’t here, please email the users list

How does cruise know what to build?

By default we use rake and look for the first of
  • “cruise” target
  • “db:test:purge”, “db:migrate”, and “test”
  • “default”

see rake tasks and the manual for more information.

Can I use CC.rb to build a Java or C# project?

The answer is a qualified yes. You should be able to have any command line tool build your project including ant or nant or even msbuild. See the manual for more information.

Can I use CC.rb to build a project with Selenium tests in it?

Yes, you can, although there’s some stuff you should pay attention to. See Working with Selenium for detail.

What source control systems do you support?

We currently support Subversion, Git, Mercurial, and Bazaar, thanks to generous contributions from the community. Learn more about contributing.)

Why does CC.rb report my build as passing even though it failed?

Are you using ruby 1.8.7? CC.rb is not supported with versions of ruby < 1.8.7. Upgrading to 1.8.7 or higher is recommended.

Have other questions? Ask us on our mailing list.