mirror of
https://github.com/phpv8/v8js.git
synced 2024-12-22 08:11:52 +00:00
do parallel build on "vagrant run ... build"
This commit is contained in:
parent
48a763d6db
commit
e8fe553bde
@ -26,7 +26,7 @@ command 'clean',
|
||||
command 'build',
|
||||
description: 'executes "make"',
|
||||
script: <<-eof
|
||||
cd /data/build; `which gmake || which make`
|
||||
cd /data/build; `which gmake || which make` -j4
|
||||
eof
|
||||
|
||||
command 'test',
|
||||
|
Loading…
Reference in New Issue
Block a user