Show Travis hardware info
This commit is contained in:
parent
8320d484e8
commit
8d4a1f02fd
1 changed files with 2 additions and 0 deletions
|
|
@ -176,6 +176,8 @@ matrix:
|
|||
before_install:
|
||||
- date -u
|
||||
- uname -a
|
||||
- if test "$TRAVIS_OS_NAME" = "linux"; then lscpu && cat /proc/cpuinfo | grep "model name" && cat /proc/meminfo | grep MemTotal; fi
|
||||
- if test "$TRAVIS_OS_NAME" = "osx"; then sysctl -a | grep brand_string; fi
|
||||
# Travis overrides CC environment with compiler predefined values
|
||||
- if test -n "$SWIG_CC"; then export CC="$SWIG_CC"; fi
|
||||
- if test -n "$SWIG_CXX"; then export CXX="$SWIG_CXX"; fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue