Explorar el Código

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

Stefan Siegl hace 7 años
padre
commit
e8fe553bde
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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',