free_mutant/tasks/metrics/ci.rake
Markus Schirp 8c1fa8dace Add project infrastructure
* This infrastructure, especially the rake tasks should be
  gemified at some point in the future. I copied exactly the same
  bytes many times in the last month.
2012-07-23 16:37:44 +02:00

7 lines
188 B
Ruby

desc 'Run metrics with Heckle'
task :ci => %w[ ci:metrics heckle ]
namespace :ci do
desc 'Run metrics'
task :metrics => %w[ verify_measurements flog flay reek roodi metrics:all ]
end