Check number of CPU cores on travis
This commit is contained in:
parent
d05e3841bd
commit
b5f14b81af
@ -17,6 +17,8 @@ addons:
|
|||||||
- libcrypto++-dev
|
- libcrypto++-dev
|
||||||
- libfuse-dev
|
- libfuse-dev
|
||||||
install:
|
install:
|
||||||
|
- export NUMCORES=`grep -c ^processor /proc/cpuinfo`
|
||||||
|
- echo Using $NUMCORES cores
|
||||||
# Install boost
|
# Install boost
|
||||||
- wget -O boost.tar.bz2 https://sourceforge.net/projects/boost/files/boost/1.56.0/boost_1_56_0.tar.bz2/download
|
- 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
|
- tar -xf boost.tar.bz2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user