From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRekk-00026b-K5 for qemu-devel@nongnu.org; Thu, 03 Oct 2013 04:59:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRekV-00037o-Ch for qemu-devel@nongnu.org; Thu, 03 Oct 2013 04:59:22 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:34204 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRekV-00037V-7G for qemu-devel@nongnu.org; Thu, 03 Oct 2013 04:59:07 -0400 From: alex.bennee@linaro.org Date: Thu, 3 Oct 2013 09:58:55 +0100 Message-Id: <1380790737-11495-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 0/0] .travis.yml: basic compile and check recipies and minor fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, stefanha@redhat.com Hi, While testing after Peter's review comments Travis detected a regression in the tree due to the updating of SeaBIOS (also found by a bunch of others in the following days) which I take to be a good indication of the usefulness of these tests. v4: - split debug build for with/without TCG interpreter - add simple patch to use SeaBIOS upstream repo - I've left ust commented out, there are patches to remove/replace it pending on the mailing list. Alex Bennée (2): .travis.yml: basic compile and check recipes .gitmodules: use upstream SeaBIOS repo to fix submodule init .gitmodules | 2 +- .travis.yml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 1 deletion(-)