Skip to content
Snippets Groups Projects
Commit 4f8bde52 authored by Alex Bennée's avatar Alex Bennée
Browse files

.travis.yml: show free disk space at end of run


Signed-off-by: default avatarAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20200501111505.4225-2-alex.bennee@linaro.org>
parent f19d118b
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,7 @@ script:
$(exit $BUILD_RC);
fi
after_script:
- df -h
- if command -v ccache ; then ccache --show-stats ; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment