From a7ed3147af581faee970fd3ee2e1cd9077bb7d8a Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 25 Oct 2017 08:25:48 -0400 Subject: [PATCH] CI: try to work around build timeouts - started this morning, but also applies now to yesterday's builds when they are restarted. Doesn't seem related to the minor CMake change done today. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cb5b6daaa..f0a3b1bfa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ notifications: - "chat.freenode.net#calamares" install: - - docker build -t calamares . + - travis_wait docker build -t calamares . script: - docker run -v $PWD:/src --tmpfs /build:rw,size=65536k calamares bash -lc "cd /build && cmake -DWEBVIEW_FORCE_WEBKIT=1 -DKDE_INSTALL_USE_QT_SYS_PATHS=ON /src && make -j2 && make install DESTDIR=/build/INSTALL_ROOT"