Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added yard generation to rake tasks, but not continuous integration (…
…still bugging out)
  • Loading branch information
ELLIOTTCABLE committed Sep 21, 2008
1 parent 0d3bef0 commit c3ee45e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile.rb
Expand Up @@ -121,10 +121,11 @@
desc 'Check everything over before commiting'
task :aok => [:check_config,
:'rcov:run', :'rcov:verify', :'rcov:ratio', :'rcov:open',
:'ditz:stage', :'ditz:html', :'ditz:todo', :'ditz:status', :'ditz:html:open']
:'ditz:stage', :'ditz:html', :'ditz:todo', :'ditz:status', :'ditz:html:open',
:'yard:generate', :'yard:open']

# desc 'Task run during continuous integration'
task :ci => [:'rcov:plain', :'ditz:html', :'rcov:verify', :'rcov:ratio']
task :ci => [:'rcov:plain', :'ditz:html', :'rcov:verify', :'rcov:ratio']#, :'yard:generate']

# Tasks for systems
Dir[Merb.root / "systems" / "*"].each do |system|
Expand Down

0 comments on commit c3ee45e

Please sign in to comment.