Skip to content

Commit e8fe553

Browse files
committed
do parallel build on "vagrant run ... build"
1 parent 48a763d commit e8fe553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Commandfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ command 'clean',
2626
command 'build',
2727
description: 'executes "make"',
2828
script: <<-eof
29-
cd /data/build; `which gmake || which make`
29+
cd /data/build; `which gmake || which make` -j4
3030
eof
3131

3232
command 'test',

0 commit comments

Comments
 (0)