task :build => [:checkout_code, :compile, :test] do puts "Build Complete" end
task :name => [:dependecies]