mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-08 14:48:40 +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',
|
command 'build',
|
||||||
description: 'executes "make"',
|
description: 'executes "make"',
|
||||||
script: <<-eof
|
script: <<-eof
|
||||||
cd /data/build; `which gmake || which make`
|
cd /data/build; `which gmake || which make` -j4
|
||||||
eof
|
eof
|
||||||
|
|
||||||
command 'test',
|
command 'test',
|
||||||
|
Loading…
Reference in New Issue
Block a user