Check number of CPU cores on travis

This commit is contained in:
Sebastian Messmer 2016-02-12 13:11:11 +01:00
parent d05e3841bd
commit b5f14b81af

View File

@ -17,6 +17,8 @@ addons:
- libcrypto++-dev
- libfuse-dev
install:
- export NUMCORES=`grep -c ^processor /proc/cpuinfo`
- echo Using $NUMCORES cores
# Install boost
- wget -O boost.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.bz2/download
- tar -xf boost.tar.bz2