use number of processors for compilation

Esse commit está contido em:
Paul Tarjan
2013-06-14 15:42:21 -06:00
commit 5f5218836e
+3 -1
Ver Arquivo
@@ -5,7 +5,9 @@ before_script:
- ./configure_ubuntu_12.04.sh
# for some tests
- sudo locale-gen de_DE && sudo locale-gen zh_CN.utf8
- HPHP_HOME=`pwd` make -j 8
- HPHP_HOME=`pwd` make -j `grep -c '^processor' /proc/cpuinfo`
script: hphp/hhvm/hhvm hphp/test/run --arg quick slow zend
notifications:
irc: "chat.freenode.net#hhvm"