From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37520) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW2U3-0001Q5-8j for qemu-devel@nongnu.org; Tue, 15 Oct 2013 07:08:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VW2Ty-0001Pt-Hf for qemu-devel@nongnu.org; Tue, 15 Oct 2013 07:08:15 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:47580 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VW2Ty-0001Pf-Bl for qemu-devel@nongnu.org; Tue, 15 Oct 2013 07:08:10 -0400 From: alex.bennee@linaro.org Date: Tue, 15 Oct 2013 12:08:01 +0100 Message-Id: <1381835282-2538-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] [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@amazon.com Cc: qemu-devel@nongnu.org, stefanha@redhat.com Hi Anthony, Here is my first pull request to add 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 The following changes since commit 1680d485777ecf436d724631ea8722cc0c66990e: Merge remote-tracking branch 'rth/tcg-ldst-6' into staging (2013-10-14 09:59:59 -0700) are available in the git repository at: http://github.com/stsquad/qemu.git travis-ci for you to fetch changes up to 90878d2c083629a4ee99b2d03158838b35e218c3: .travis.yml: basic compile and check recipes (2013-10-15 10:00:10 +0100) ---------------------------------------------------------------- Alex Bennée (1): .travis.yml: basic compile and check recipes .travis.yml | 69 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 .travis.yml