qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Stefan Hajnoczi <stefanha@redhat.com>
To: qemu-devel@nongnu.org
Cc: "Peter Maydell" <peter.maydell@linaro.org>,
	"Alex Bennée" <alex.bennee@linaro.org>,
	"Stefan Hajnoczi" <stefanha@redhat.com>
Subject: [Qemu-devel] [PATCH] .travis.yml: add ALSA, PulseAudio, and SDL audio drivers
Date: Tue, 19 Jul 2016 16:36:27 +0100	[thread overview]
Message-ID: <1468942587-25179-1-git-send-email-stefanha@redhat.com> (raw)

Improve code coverage by building Linux audio drivers.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
This patch triggers the build failure fixed by Peter Maydell's "disas: Fix
ATTRIBUTE_UNUSED define clash with ALSA headers".  Apply Peter's patch first so
that Travis builds stay green.

 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index c13881e..2ec8853 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,6 +10,7 @@ addons:
   apt:
     packages:
       - libaio-dev
+      - libasound2-dev
       - libattr1-dev
       - libbrlapi-dev
       - libcap-ng-dev
@@ -22,6 +23,7 @@ addons:
       - libnss3-dev
       - libpixman-1-dev
       - libpng12-dev
+      - libpulse-dev
       - librados-dev
       - libsdl1.2-dev
       - libseccomp-dev
@@ -59,6 +61,7 @@ before_install:
   - wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
   - git submodule update --init --recursive
 before_script:
+  - if [ "$TRAVIS_OS_NAME" == "linux" ]; then CONFIG="$CONFIG --audio-drv-list=alsa,oss,pa,sdl"; fi
   - ./configure ${CONFIG}
 script:
   - make -j3 && ${TEST_CMD}
-- 
2.7.4

                 reply	other threads:[~2016-07-19 15:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1468942587-25179-1-git-send-email-stefanha@redhat.com \
    --to=stefanha@redhat.com \
    --cc=alex.bennee@linaro.org \
    --cc=peter.maydell@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).