Display CPU count on Travis/MacOS.

This commit is contained in:
John Hood
2018-08-03 01:13:22 -04:00
parent 5cdbad68b8
commit ace6324a77
+4
View File
@@ -63,6 +63,10 @@ before_script:
# 'make distcheck', and OS X package build on tag builds.
script:
- |
if test osx = "${TRAVIS_OS_NAME}"; then
sysctl hw.ncpu
fi
- ./autogen.sh
- ./configure --enable-compile-warnings=error --enable-examples
- make distcheck VERBOSE=1 V=1