Преглед на файлове

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