Display CPU count on Travis/MacOS.
This commit is contained in:
@@ -63,6 +63,10 @@ before_script:
|
|||||||
|
|
||||||
# 'make distcheck', and OS X package build on tag builds.
|
# 'make distcheck', and OS X package build on tag builds.
|
||||||
script:
|
script:
|
||||||
|
- |
|
||||||
|
if test osx = "${TRAVIS_OS_NAME}"; then
|
||||||
|
sysctl hw.ncpu
|
||||||
|
fi
|
||||||
- ./autogen.sh
|
- ./autogen.sh
|
||||||
- ./configure --enable-compile-warnings=error --enable-examples
|
- ./configure --enable-compile-warnings=error --enable-examples
|
||||||
- make distcheck VERBOSE=1 V=1
|
- make distcheck VERBOSE=1 V=1
|
||||||
|
|||||||
Reference in New Issue
Block a user