From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49711) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWqBY-00022T-3b for qemu-devel@nongnu.org; Thu, 17 Oct 2013 12:12:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWqBS-0001Zy-Lw for qemu-devel@nongnu.org; Thu, 17 Oct 2013 12:12:27 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:59998 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWqBS-0001Zo-FG for qemu-devel@nongnu.org; Thu, 17 Oct 2013 12:12:22 -0400 From: =?UTF-8?q?Alex=20Benn=C3=A9e?= Date: Thu, 17 Oct 2013 17:12:13 +0100 Message-Id: <1382026334-8418-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] [RESEND PULL v5 0/0] .travis.yml: basic compile and check recipies List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: aliguori@us.ibm.com Cc: qemu-devel@nongnu.org, stefanha@redhat.com >>From alex.bennee@linaro.org # This line is ignored. Hi Anthony, Here is a resend of my first pull request as for some reason I sent it to an amazon.com address which is not in MAINTAINERS. Not sure where I got that from so excuse the brain-fart. It adds a simple .travis.yml profile to the code base. I'm hoping to expand the range of testing once this is merged (the tcg code gen tests are next on my list). However as it stands this already catches build failures and regressions. Since v4: - dropped SeaBIOS patch Cheers, Alex Merge remote-tracking branch 'rth/tcg-ldst-6' into staging (2013-10-14 09:59:59 -0700) The following changes since commit 1680d485777ecf436d724631ea8722cc0c66990e: are available in the git repository at: http://github.com/stsquad/qemu.git[1] travis-ci .travis.yml: basic compile and check recipes (2013-10-15 10:00:10 +0100) for you to fetch changes up to 90878d2c083629a4ee99b2d03158838b35e218c3: ---------------------------------------------------------------- .travis.yml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .travis.yml Alex Bennée (1): .travis.yml: basic compile and check recipes