mirror of
https://github.com/rubyjs/libv8
synced 2023-03-27 23:21:48 -04:00
Set the make jobs when producing a release in Vagrant
This commit is contained in:
parent
5c82838ef8
commit
f20ca7858c
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -61,7 +61,7 @@ namespace :build do
|
|||
sh "vagrant ssh -c 'rm -rf ~/libv8'"
|
||||
sh "vagrant ssh -c 'git clone /libv8/.git ~/libv8 --recursive'"
|
||||
sh "vagrant ssh -c 'cd ~/libv8 && bundle install --path vendor/bundle'"
|
||||
sh "vagrant ssh -c 'cd ~/libv8 && bundle exec rake binary'"
|
||||
sh "vagrant ssh -c 'cd ~/libv8 && MAKEFLAGS+=-j4 bundle exec rake binary'"
|
||||
sh "vagrant ssh -c 'cp ~/libv8/pkg/*.gem /vagrant'"
|
||||
sh "vagrant destroy"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue