1
0
Fork 0
mirror of https://github.com/rubyjs/libv8 synced 2023-03-27 23:21:48 -04:00

Default task is to build a binary gem

This commit is contained in:
Logan Lowell 2011-06-15 15:55:18 -05:00
parent 32d1924fe2
commit c7867d0c6e

View file

@ -70,4 +70,6 @@ task "binary" => "compile" do
gemspec.files << "lib/libv8/build/v8/libv8preparser.a"
FileUtils.mkdir_p 'pkg'
FileUtils.mv(Gem::Builder.new(gemspec).build, 'pkg')
end
end
task :default => :binary