+ Cruisecontrol task

master
Kaspar Schiess 2010-04-08 13:39:59 +02:00
parent fefe50dcef
commit f5658bcd45
1 changed files with 3 additions and 1 deletions

View File

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