0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-09-08 00:25:19 +00:00

do parallel build on "vagrant run ... build"

This commit is contained in:
Stefan Siegl 2018-02-01 19:43:05 +01:00
parent 48a763d6db
commit e8fe553bde
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

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