Displaying 5 results from an estimated 5 matches for "build_command".
2009 Sep 15
3
how to run all tests AND metric_fu
i want to use cruisecontrol.rb to run ?rake test? (every time a new
revision is in the svn repo) and ?rake metrics:all? (let?s say every
24 hours). how do i have to configure cruisecontrol.rb? both rake
tasks work. however, when i configure cruisecontrol.rb as described on
the metric_fu website, i.e. add ''project.rake_task = ?metrics:all?
project.scheduler.polling_interval =
2008 Mar 31
1
cruisecontrol.rb with C++ projects
Hi,
This has probably been asked a hundred times, but I couldn''t find the
answer: how do I configure cruisecontrol.rb to build a c/c++ makefile?
Thanks
This e-mail message has been sent by Elbit Systems Ltd.
and is for the use of the intended recipients only.
The message may contain privileged or commercially sensitive information .
If you are not the intended recipient you are hereby
2010 Jun 24
1
Scheduling a nightly build - config options
...my_app.sh". Keep in mind that when the script is invoked,
# current working directory is <em>[cruise data]</em>/projects/your_project/work, so if you do not keep build_my_app.sh
# in version control, it should be ''../build_my_app.sh'' instead
project.build_command = ''/var/ci/cruise/config/build_acceptance_tests.sh''
# Force the project always build once every day and always build whether there are source control changes or not
project.scheduler.polling_interval = 1.day
project.scheduler.always_build = true
#
# Force the project t...
2008 Nov 24
14
Problem with RubyGems installation
...ds/search_command.rb
install -c -m 0644 rubygems/commands/uninstall_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/uninstall_command.rb
install -c -m 0644 rubygems/commands/cert_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/cert_command.rb
install -c -m 0644 rubygems/commands/build_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/build_command.rb
install -c -m 0644 rubygems/commands/dependency_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/dependency_command.rb
install -c -m 0644 rubygems/commands/unpack_command.rb
/usr/local/lib/site_ruby/1.8/rubygems/commands/un...
2007 Mar 17
10
a WARNING about cruise task or user-specified build task for Rails
If (like me) you use ccrb to test a Rails app
and (like me) you define your own :cruise task, because, for
example, you use rspec rather than Test::Unit
and (like me) you have the RAILS_ENV ||= ''production'' line in
environment.rb (because, like me, you use crummy shared hosting)
Your build will run in production mode, possibly screwing up your
production database,