projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19d118
)
.travis.yml: show free disk space at end of run
author
Alex Bennée
<alex.bennee@linaro.org>
Fri, 1 May 2020 11:15:02 +0000
(12:15 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Wed, 6 May 2020 08:27:03 +0000
(09:27 +0100)
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <
20200501111505
.4225-2-alex.bennee@linaro.org>
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 2fd63eceaacc8fe90da4f1dcc2a41e84f33b4b4d..a4c3c6c805821c839fd3719abc3320f9587f754f 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-113,6
+113,7
@@
script:
$(exit $BUILD_RC);
fi
after_script:
+ - df -h
- if command -v ccache ; then ccache --show-stats ; fi