Print number of used jobs

This commit is contained in:
Patrick Niklaus 2016-11-19 13:56:00 +00:00 committed by Patrick Niklaus
parent dd811539a3
commit 844300b95a

View File

@ -127,6 +127,7 @@ before_install:
export JOBS=$((`sysctl -n hw.ncpu` + 1))
sudo mdutil -i off /
fi
- echo "Using ${JOBS} jobs"
- source ./scripts/install_node.sh 4
- npm install
- ./third_party/mason/mason install ccache ${CCACHE_VERSION}