mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-09 10:12:06 +02:00
ci: Print free disk space
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user