Skip to content

Commit fabd710

Browse files
author
MarcoFalke
committed
ci: Print free disk space
1 parent fad9fdb commit fabd710

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/test/04_install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ if [ "$TRAVIS_OS_NAME" == "osx" ]; then
7272
else
7373
DOCKER_EXEC free -m -h
7474
DOCKER_EXEC echo "Number of CPUs \(nproc\):" \$\(nproc\)
75+
DOCKER_EXEC echo "Free disk space:"
76+
DOCKER_EXEC df -h
7577
fi
7678

7779
if [ -n "$DPKG_ADD_ARCH" ]; then

0 commit comments

Comments
 (0)