From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48221) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQeqZ-0004a8-Ne for qemu-devel@nongnu.org; Tue, 02 Feb 2016 12:34:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aQeqY-0007gK-OD for qemu-devel@nongnu.org; Tue, 02 Feb 2016 12:34:35 -0500 Received: from mail-wm0-x22a.google.com ([2a00:1450:400c:c09::22a]:33677) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aQeqY-0007g5-Hz for qemu-devel@nongnu.org; Tue, 02 Feb 2016 12:34:34 -0500 Received: by mail-wm0-x22a.google.com with SMTP id l66so127924575wml.0 for ; Tue, 02 Feb 2016 09:34:34 -0800 (PST) From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Tue, 2 Feb 2016 17:34:06 +0000 Message-Id: <1454434448-1535-5-git-send-email-alex.bennee@linaro.org> In-Reply-To: <1454434448-1535-1-git-send-email-alex.bennee@linaro.org> References: <1454434448-1535-1-git-send-email-alex.bennee@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [Qemu-devel] [PATCH v4 4/6] .travis.yml: enable ccache for the builds List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: kwolf@redhat.com, peter.maydell@linaro.org, stefanha@redhat.com, pbonzini@redhat.com, =?UTF-8?q?Alex=20Benn=C3=A9e?= , david@gibson.dropbear.id.au Travis support ccache on a cache-per-branch basis. Given not much of the build changes between pushes as well as the duplication in each build it seems worthwhile enabling this. Signed-off-by: Alex Bennée --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 021eec7..4f09909 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: compiler: - gcc - clang +cache: ccache addons: apt: packages: -- 2.7.0