From: Stefan Hajnoczi <stefanha@gmail.com>
To: alex.bennee@linaro.org
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes
Date: Wed, 18 Sep 2013 14:38:32 +0200 [thread overview]
Message-ID: <20130918123832.GD13359@stefanha-thinkpad.redhat.com> (raw)
In-Reply-To: <1379085622-2314-1-git-send-email-alex.bennee@linaro.org>
On Fri, Sep 13, 2013 at 04:20:22PM +0100, alex.bennee@linaro.org wrote:
> From: Alex Bennée <alex@bennee.com>
>
> While QEMU already has various continuous integration set-ups in
> buildbot and commercial Jenkins setups there is some value in supporting
> travis-ci as well. It is well integrated into GitHub work flow and will
> trigger on all branch pushes and pull requests. This makes it easier for
> an individual to kick off smoke tests on a work-in-progress branch
> before eventual submission of patches/pull requests upstream.
>
> The build matrix is currently split by target architecture because a
> full build of QEMU can take some time. This way you get quick feedback
> for any obvious errors.
> ---
> .travis.yml | 19 +++++++++++++++++++
> 1 file changed, 19 insertions(+)
> create mode 100644 .travis.yml
Looks useful. To get more code coverage, flesh out the build
environment:
before_install:
- git submodule update --init --recursive
- sudo apt-get update -qq
- sudo apt-get install -qq \
libgtk-3-dev libvte-2.90-dev libiscsi-dev librados-dev \
libvdeplug-dev libseccomp-dev libsdl1.2-dev \
libgnutls-dev libpng12-dev libncurses5-dev \
libpixman-1-dev libssh2-1-dev libspice-server-dev \
libspice-protocol-dev libnss3-dev libusb-1.0-0-dev \
libusbredirparser-dev
I didn't test this but went through ./configure and looked up the Ubuntu
packages which Travis should have access to.
You can check the config.log output to verify that optional components
were enabled and the libraries were detected.
Stefan
next prev parent reply other threads:[~2013-09-18 12:38 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-13 15:20 [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes alex.bennee
2013-09-18 12:38 ` Stefan Hajnoczi [this message]
2013-09-18 14:35 ` Alex Bennée
2013-09-19 8:23 ` Stefan Hajnoczi
2013-09-19 16:01 ` Alex Bennée
2013-09-19 16:27 ` Stefan Hajnoczi
-- strict thread matches above, loose matches on Subject: below --
2013-09-24 16:31 [Qemu-devel] [PATCH v3 0/0] .travis.yml: basic compile and check recipies alex.bennee
2013-09-24 16:31 ` [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes alex.bennee
2013-09-24 23:44 ` Peter Maydell
2013-09-25 10:00 ` Alex Bennée
2013-09-26 7:38 ` Stefan Hajnoczi
2013-10-15 11:08 [Qemu-devel] [PULL v5 0/0] .travis.yml: basic compile and check recipies alex.bennee
2013-10-15 11:08 ` [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes alex.bennee
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130918123832.GD13359@stefanha-thinkpad.redhat.com \
--to=stefanha@gmail.com \
--cc=alex.bennee@linaro.org \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).