فهرست منبع

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

Stefan Siegl 7 سال پیش
والد
کامیت
e8fe553bde
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Commandfile

+ 1 - 1
Commandfile

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