Skip to content

Commit

Permalink
Add ci_compiled_19 and ci_precompiled_19 targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 10, 2012
1 parent f0c769d commit d0fca5c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rakelib/spec.rake
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,15 @@ namespace :spec do
desc "Run rubyspecs expected to pass in compiled mode (version-frozen)"
task :ci_compiled_18 => ['spec:fetch_stable_specs', 'spec:compiled_18']

desc "Run rubyspecs expected to pass in compiled mode (version-frozen)"
task :ci_compiled_19 => ['spec:fetch_stable_specs', 'spec:compiled_19']

desc "Run rubyspecs expected to pass in precompiled mode (version-frozen)"
task :ci_precompiled_18 => ['spec:fetch_stable_specs', 'spec:precompiled_18']

desc "Run rubyspecs expected to pass in precompiled mode (version-frozen)"
task :ci_precompiled_19 => ['spec:fetch_stable_specs', 'spec:precompiled_19']

desc "Run rubyspecs expected to pass in interpreted mode (version-frozen, both 1.8 and 1.9)"
task :ci_interpreted_18_19 => ['spec:fetch_stable_specs', 'spec:interpreted_18', 'spec:interpreted_19']

Expand Down

0 comments on commit d0fca5c

Please sign in to comment.