Skip to content

Commit

Permalink
CI: test AR + sqlite 2 on 1.8 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy committed Nov 14, 2009
1 parent 6950f0c commit 78f5ecf
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions ci/ci_build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,13 @@
build_results[:activerecord_postgresql8] = system 'rake postgresql:rebuild_databases && rake test_postgresql'
end

cd "#{root_dir}/activerecord" do
puts
puts "[CruiseControl] Building ActiveRecord with SQLite 2"
puts
build_results[:activerecord_sqlite] = system 'rake test_sqlite'
if RUBY_VERSION < '1.9.0'
cd "#{root_dir}/activerecord" do
puts
puts "[CruiseControl] Building ActiveRecord with SQLite 2"
puts
build_results[:activerecord_sqlite] = system 'rake test_sqlite'
end
end

cd "#{root_dir}/activerecord" do
Expand Down

0 comments on commit 78f5ecf

Please sign in to comment.