From 1394cba39ab01f6b7e0d2e8119df2c10a004393d Mon Sep 17 00:00:00 2001 From: spottythedog Date: Sat, 6 Dec 2008 23:34:26 +0000 Subject: [PATCH] - Added cruisecontrol task git-svn-id: http://cmock.svn.sourceforge.net/svnroot/cmock/trunk@51 bf332499-1b4d-0410-844d-d2d48d5cc64c --- rakefile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/rakefile.rb b/rakefile.rb index 36152c5..6759d9d 100644 --- a/rakefile.rb +++ b/rakefile.rb @@ -13,6 +13,7 @@ DEFAULT_CONFIG_FILE = 'gcc.yml' configure_toolchain(DEFAULT_CONFIG_FILE) task :default => [:clobber, 'test:all', :app] +task :cruise => [:default] desc "Build application" task :app do