travis: Print memory and number of cpus
This commit is contained in:
parent
51a6e2c419
commit
fa4010e112
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
|||
|
||||
export LC_ALL=C.UTF-8
|
||||
|
||||
free -m -h
|
||||
echo "Number of CPUs (nproc): $(nproc)"
|
||||
|
||||
travis_retry docker pull "$DOCKER_NAME_TAG"
|
||||
|
||||
export DIR_FUZZ_IN=${TRAVIS_BUILD_DIR}/qa-assets
|
||||
|
|
Loading…
Add table
Reference in a new issue