+ Cruisecontrol task

This commit is contained in:
Kaspar Schiess 2010-04-08 13:39:59 +02:00
parent fefe50dcef
commit f5658bcd45

View file

@ -14,7 +14,6 @@ MANIFEST = File.read("Manifest.txt").split
MINRUBY = "1.8.7" MINRUBY = "1.8.7"
Hoe.plugin :git Hoe.plugin :git
Hoe.spec PKG_NAME do Hoe.spec PKG_NAME do
self.version = PKG_VERSION self.version = PKG_VERSION
self.rubyforge_name = PKG_NAME self.rubyforge_name = PKG_NAME
@ -120,3 +119,6 @@ task :build_manifest do |t|
puts paths.sort.join("\n") puts paths.sort.join("\n")
end end
desc "Run a full set of integration and unit tests"
task :cruise => [:test, :spec]