From 26fa4ea355623fa0b3fc3ee6e09d4856a09b33ff Mon Sep 17 00:00:00 2001 From: Stefan Schmidt Date: Wed, 11 Dec 2019 15:51:19 +0100 Subject: ci: log time in every fold start and end Annotating the build log with timings will help us to understand better where the time is spend during the builds and see areas to optimize. Switching over to the "native" bash functions in Travis, so switching all scripts to bash. Signed-off-by: Stefan Schmidt Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D11913 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 0ebc8b733b..da9cd21705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -98,6 +98,10 @@ services: - docker before_install: + - export -f travis_nanoseconds + - export -f travis_fold + - export -f travis_time_start + - export -f travis_time_finish - | if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then rm -rf $HOME/Library/Caches/Homebrew -- cgit v1.2.1