mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
ci: Print free disk space
This commit is contained in:
parent
fad9fdbea5
commit
fabd71076c
1 changed files with 2 additions and 0 deletions
|
@ -72,6 +72,8 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
|
||||||
else
|
else
|
||||||
DOCKER_EXEC free -m -h
|
DOCKER_EXEC free -m -h
|
||||||
DOCKER_EXEC echo "Number of CPUs \(nproc\):" \$\(nproc\)
|
DOCKER_EXEC echo "Number of CPUs \(nproc\):" \$\(nproc\)
|
||||||
|
DOCKER_EXEC echo "Free disk space:"
|
||||||
|
DOCKER_EXEC df -h
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$DPKG_ADD_ARCH" ]; then
|
if [ -n "$DPKG_ADD_ARCH" ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue