1
0
Fork 0
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:
Petko Bordjukov 2016-08-05 03:32:50 +03:00
parent 5c82838ef8
commit f20ca7858c

View file

@ -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