From: alex.bennee@linaro.org
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes
Date: Fri, 13 Sep 2013 16:20:22 +0100 [thread overview]
Message-ID: <1379085622-2314-1-git-send-email-alex.bennee@linaro.org> (raw)
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
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..69f60c1
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,19 @@
+language: c
+env:
+ - TARGETS=alpha-softmmu,alpha-linux-user
+ - TARGETS=arm-softmmu,arm-linux-user
+ - TARGETS=cris-softmmu
+ - TARGETS=i386-softmmu,x86_64-softmmu
+ - TARGETS=lm32-softmmu
+ - TARGETS=m68k-softmmu
+ - TARGETS=microblaze-softmmu,microblazeel-softmmu
+ - TARGETS=mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu
+ - TARGETS=moxie-softmmu
+ - TARGETS=or32-softmmu,
+ - TARGETS=ppc-softmmu,ppc64-softmmu,ppcemb-softmmu
+ - TARGETS=s390x-softmmu
+ - TARGETS=sh4-softmmu,sh4eb-softmmu
+ - TARGETS=sparc-softmmu,sparc64-softmmu
+ - TARGETS=unicore32-softmmu
+ - TARGETS=xtensa-softmmu,xtensaeb-softmmu
+script: "./configure --target-list=${TARGETS} && make && make check"
--
1.8.4
next reply other threads:[~2013-09-13 15:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-13 15:20 alex.bennee [this message]
2013-09-18 12:38 ` [Qemu-devel] [PATCH] .travis.yml: basic compile and check recipes Stefan Hajnoczi
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=1379085622-2314-1-git-send-email-alex.bennee@linaro.org \
--to=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).