aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJerome Forissier <jerome.forissier@linaro.org>2018-09-27 08:31:09 +0200
committerJérôme Forissier <jerome.forissier@linaro.org>2018-10-01 12:58:49 +0200
commit52a5324c62d0a19875278b9ceff945c74f95b609 (patch)
treef5285e7d19a730f3ac9b841eec12a9d3d794cc1b /.travis.yml
parent23a7ba3fc03cc6b2175529a92955f1949fed012b (diff)
ci: travis: print statistics (ccache, df)
Print ccache and disk space info before and after the build to help monitor and troubleshoot issues. Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c9289b8c..234ae079 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,6 +16,7 @@ git:
depth: 1000000
before_script:
+ - df -h
# Store the home repository
- export MYHOME=$PWD
@@ -67,6 +68,8 @@ script:
travis_terminate 0;
fi
+ - ccache -s
+ - df -h
# Run checkpatch.pl on:
# - the tip of the branch if we're not in a pull request
# - each commit in the development branch that's not in the target branch otherwise
@@ -78,6 +81,8 @@ script:
# Run regression tests (xtest in QEMU)
- export CFG_WERROR=y
- (cd ${HOME}/optee_repo/build && $make aarch32 && rm -f ${HOME}/optee_repo/toolchains/gcc-*.tar.xz && $make check BR2_CCACHE_DIR=~/.ccache DUMP_LOGS_ON_ERROR=1)
+ - ccache -s
+ - df -h
env:
global: