Displaying 1 result from an estimated 1 matches for "build_my_app".
2010 Jun 24
1
Scheduling a nightly build - config options
...' field to john at doe.com:
project.email_notifier.from = ''cruisecontrolrb at mydomain.com''
# Build the project by invoking rake task ''custom''
#project.rake_task = ''all_unit_tests''
# Build the project by invoking shell script "build_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_...