mirror of https://github.com/xemu-project/xemu.git
This is the third attempt for this pull request.
Since the v4 was posted: - fixed merge conflict withed7f5f1d8d
- added cleaner separation line to MAINTAINERS at Fam's request - skip "make check" for --enable-trace-backends=simple (see41fc57e44e
) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJWudypAAoJEPvQ2wlanipEKB8IAJk04jONbqPLxyKv2JAWg8+F ba7iMr/Usti8DrAnbMZK7gcJdmLuo31z/9UalM2L/lBff2f5nifu+tfZXnnT5y0A cFF+FUReCbTVre3ZdUsEz1zwaL+T3mrQbJ5k2vpMDP+j0JOPqPCnmFmLs9esJplF qXjx6+0hFiwKKIHHSua00Ejfqk1tkfyLJxHiINK8QlzaEbTLR6hcg+vZ3H0IcQFH xq4jwJtUu7RbRpc3AFyYZHfb0Lc0rKEyoIBERSHZbgrVt8tZIQARRkVK48To/j98 grKoQZURZJYjDv+LoRaYJqVpXQZifBxY+VOfynyLcybFKLZwGixsIR4OuSk56uM= =Kjiz -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/stsquad/tags/pull-build-test-20160209' into staging This is the third attempt for this pull request. Since the v4 was posted: - fixed merge conflict withed7f5f1d8d
- added cleaner separation line to MAINTAINERS at Fam's request - skip "make check" for --enable-trace-backends=simple (see41fc57e44e
) # gpg: Signature made Tue 09 Feb 2016 12:33:45 GMT using RSA key ID 5A9E2A44 # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" * remotes/stsquad/tags/pull-build-test-20160209: MAINTAINERS: Add .travis.yml .travis.yml: reduce the test matrix a little .travis.yml: enable ccache for the builds .travis.yml: enable each of the co-routine backends .travis.yml: run make check for all matrix targets .travis.yml: migrate to container builds Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
2f71f79ccd
125
.travis.yml
125
.travis.yml
|
@ -1,9 +1,38 @@
|
||||||
|
sudo: false
|
||||||
language: c
|
language: c
|
||||||
python:
|
python:
|
||||||
- "2.4"
|
- "2.4"
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
- clang
|
||||||
|
cache: ccache
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libaio-dev
|
||||||
|
- libattr1-dev
|
||||||
|
- libbrlapi-dev
|
||||||
|
- libcap-ng-dev
|
||||||
|
- libgnutls-dev
|
||||||
|
- libgtk-3-dev
|
||||||
|
- libiscsi-dev
|
||||||
|
- liblttng-ust-dev
|
||||||
|
- libncurses5-dev
|
||||||
|
- libnss3-dev
|
||||||
|
- libpixman-1-dev
|
||||||
|
- libpng12-dev
|
||||||
|
- librados-dev
|
||||||
|
- libsdl1.2-dev
|
||||||
|
- libseccomp-dev
|
||||||
|
- libspice-protocol-dev
|
||||||
|
- libspice-server-dev
|
||||||
|
- libssh2-1-dev
|
||||||
|
- liburcu-dev
|
||||||
|
- libusb-1.0-0-dev
|
||||||
|
- libvte-2.90-dev
|
||||||
|
- sparse
|
||||||
|
- uuid-dev
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
@ -12,29 +41,16 @@ notifications:
|
||||||
on_failure: always
|
on_failure: always
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TEST_CMD=""
|
- TEST_CMD="make check"
|
||||||
- EXTRA_CONFIG=""
|
- EXTRA_CONFIG=""
|
||||||
# Development packages, EXTRA_PKGS saved for additional builds
|
|
||||||
- CORE_PKGS="libusb-1.0-0-dev libiscsi-dev librados-dev libncurses5-dev"
|
|
||||||
- NET_PKGS="libseccomp-dev libgnutls-dev libssh2-1-dev libspice-server-dev libspice-protocol-dev libnss3-dev"
|
|
||||||
- GUI_PKGS="libgtk-3-dev libvte-2.90-dev libsdl1.2-dev libpng12-dev libpixman-1-dev"
|
|
||||||
- EXTRA_PKGS=""
|
|
||||||
matrix:
|
matrix:
|
||||||
# Group major targets together with their linux-user counterparts
|
# Group major targets together with their linux-user counterparts
|
||||||
- TARGETS=alpha-softmmu,alpha-linux-user
|
- TARGETS=alpha-softmmu,alpha-linux-user,cris-softmmu,cris-linux-user,m68k-softmmu,m68k-linux-user,microblaze-softmmu,microblazeel-softmmu,microblaze-linux-user,microblazeel-linux-user
|
||||||
- TARGETS=arm-softmmu,arm-linux-user,armeb-linux-user,aarch64-softmmu,aarch64-linux-user
|
- TARGETS=arm-softmmu,arm-linux-user,armeb-linux-user,aarch64-softmmu,aarch64-linux-user
|
||||||
- TARGETS=cris-softmmu,cris-linux-user
|
|
||||||
- TARGETS=i386-softmmu,i386-linux-user,x86_64-softmmu,x86_64-linux-user
|
- TARGETS=i386-softmmu,i386-linux-user,x86_64-softmmu,x86_64-linux-user
|
||||||
- TARGETS=m68k-softmmu,m68k-linux-user
|
- TARGETS=mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,mips-linux-user,mips64-linux-user,mips64el-linux-user,mipsel-linux-user,mipsn32-linux-user,mipsn32el-linux-user
|
||||||
- TARGETS=microblaze-softmmu,microblazeel-softmmu,microblaze-linux-user,microblazeel-linux-user
|
- TARGETS=or32-softmmu,or32-linux-user,ppc-softmmu,ppc64-softmmu,ppcemb-softmmu,ppc-linux-user,ppc64-linux-user,ppc64abi32-linux-user,ppc64le-linux-user
|
||||||
- TARGETS=mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu
|
- TARGETS=s390x-softmmu,s390x-linux-user,sh4-softmmu,sh4eb-softmmu,sh4-linux-user,sh4eb-linux-user,sparc-softmmu,sparc64-softmmu,sparc-linux-user,sparc32plus-linux-user,sparc64-linux-user,unicore32-softmmu,unicore32-linux-user
|
||||||
- TARGETS=mips-linux-user,mips64-linux-user,mips64el-linux-user,mipsel-linux-user,mipsn32-linux-user,mipsn32el-linux-user
|
|
||||||
- TARGETS=or32-softmmu,or32-linux-user
|
|
||||||
- TARGETS=ppc-softmmu,ppc64-softmmu,ppcemb-softmmu,ppc-linux-user,ppc64-linux-user,ppc64abi32-linux-user,ppc64le-linux-user
|
|
||||||
- TARGETS=s390x-softmmu,s390x-linux-user
|
|
||||||
- TARGETS=sh4-softmmu,sh4eb-softmmu,sh4-linux-user sh4eb-linux-user
|
|
||||||
- TARGETS=sparc-softmmu,sparc64-softmmu,sparc-linux-user,sparc32plus-linux-user,sparc64-linux-user
|
|
||||||
- TARGETS=unicore32-softmmu,unicore32-linux-user
|
|
||||||
# Group remaining softmmu only targets into one build
|
# Group remaining softmmu only targets into one build
|
||||||
- TARGETS=lm32-softmmu,moxie-softmmu,tricore-softmmu,xtensa-softmmu,xtensaeb-softmmu
|
- TARGETS=lm32-softmmu,moxie-softmmu,tricore-softmmu,xtensa-softmmu,xtensaeb-softmmu
|
||||||
git:
|
git:
|
||||||
|
@ -43,8 +59,6 @@ git:
|
||||||
before_install:
|
before_install:
|
||||||
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
|
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
- sudo apt-get update -qq
|
|
||||||
- sudo apt-get install -qq ${CORE_PKGS} ${NET_PKGS} ${GUI_PKGS} ${EXTRA_PKGS}
|
|
||||||
before_script:
|
before_script:
|
||||||
- ./configure --target-list=${TARGETS} --enable-debug-tcg ${EXTRA_CONFIG}
|
- ./configure --target-list=${TARGETS} --enable-debug-tcg ${EXTRA_CONFIG}
|
||||||
script:
|
script:
|
||||||
|
@ -52,44 +66,59 @@ script:
|
||||||
matrix:
|
matrix:
|
||||||
# We manually include a number of additional build for non-standard bits
|
# We manually include a number of additional build for non-standard bits
|
||||||
include:
|
include:
|
||||||
# Make check target (we only do this once)
|
|
||||||
- env:
|
|
||||||
- TARGETS=alpha-softmmu,arm-softmmu,aarch64-softmmu,cris-softmmu,i386-softmmu,x86_64-softmmu,m68k-softmmu,microblaze-softmmu,microblazeel-softmmu,mips-softmmu,mips64-softmmu,mips64el-softmmu,mipsel-softmmu,or32-softmmu,ppc-softmmu,ppc64-softmmu,ppcemb-softmmu,s390x-softmmu,sh4-softmmu,sh4eb-softmmu,sparc-softmmu,sparc64-softmmu,unicore32-softmmu,unicore32-linux-user,lm32-softmmu,moxie-softmmu,tricore-softmmu,xtensa-softmmu,xtensaeb-softmmu
|
|
||||||
TEST_CMD="make check"
|
|
||||||
compiler: gcc
|
|
||||||
# Debug related options
|
# Debug related options
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
- env: TARGETS=x86_64-softmmu
|
||||||
EXTRA_CONFIG="--enable-debug"
|
EXTRA_CONFIG="--enable-debug"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
# We currently disable "make check"
|
||||||
|
- env: TARGETS=alpha-softmmu
|
||||||
EXTRA_CONFIG="--enable-debug --enable-tcg-interpreter"
|
EXTRA_CONFIG="--enable-debug --enable-tcg-interpreter"
|
||||||
|
TEST_CMD=""
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
# All the extra -dev packages
|
# Disable a few of the optional features
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
- env: TARGETS=x86_64-softmmu
|
||||||
EXTRA_PKGS="libaio-dev libcap-ng-dev libattr1-dev libbrlapi-dev uuid-dev libusb-1.0.0-dev"
|
EXTRA_CONFIG="--disable-linux-aio --disable-cap-ng --disable-attr --disable-brlapi --disable-uuid --disable-libusb"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
# Currently configure doesn't force --disable-pie
|
# Currently configure doesn't force --disable-pie
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
- env: TARGETS=x86_64-softmmu
|
||||||
EXTRA_CONFIG="--enable-gprof --enable-gcov --disable-pie"
|
EXTRA_CONFIG="--enable-gprof --enable-gcov --disable-pie"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
# Sparse
|
||||||
EXTRA_PKGS="sparse"
|
- env: TARGETS=x86_64-softmmu
|
||||||
EXTRA_CONFIG="--enable-sparse"
|
EXTRA_CONFIG="--enable-sparse"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
# All the trace backends (apart from dtrace)
|
# Modules
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
- env: TARGETS=arm-softmmu,x86_64-softmmu
|
||||||
EXTRA_CONFIG="--enable-trace-backends=log"
|
|
||||||
compiler: gcc
|
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
|
||||||
EXTRA_CONFIG="--enable-trace-backends=simple"
|
|
||||||
compiler: gcc
|
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
|
||||||
EXTRA_CONFIG="--enable-trace-backends=ftrace"
|
|
||||||
compiler: gcc
|
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
|
||||||
EXTRA_PKGS="liblttng-ust-dev liburcu-dev"
|
|
||||||
EXTRA_CONFIG="--enable-trace-backends=ust"
|
|
||||||
compiler: gcc
|
|
||||||
- env: TARGETS=i386-softmmu,x86_64-softmmu
|
|
||||||
EXTRA_CONFIG="--enable-modules"
|
EXTRA_CONFIG="--enable-modules"
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
# All the trace backends (apart from dtrace)
|
||||||
|
- env: TARGETS=i386-softmmu
|
||||||
|
EXTRA_CONFIG="--enable-trace-backends=log"
|
||||||
|
compiler: gcc
|
||||||
|
# We currently disable "make check" (until 41fc57e44ed regression fixed)
|
||||||
|
- env: TARGETS=x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--enable-trace-backends=simple"
|
||||||
|
TEST_CMD=""
|
||||||
|
compiler: gcc
|
||||||
|
# We currently disable "make check"
|
||||||
|
- env: TARGETS=x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--enable-trace-backends=ftrace"
|
||||||
|
TEST_CMD=""
|
||||||
|
compiler: gcc
|
||||||
|
# We currently disable "make check"
|
||||||
|
- env: TARGETS=x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--enable-trace-backends=ust"
|
||||||
|
TEST_CMD=""
|
||||||
|
compiler: gcc
|
||||||
|
# All the co-routine backends (apart from windows)
|
||||||
|
# We currently disable "make check"
|
||||||
|
- env: TARGETS=x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--with-coroutine=gthread"
|
||||||
|
TEST_CMD=""
|
||||||
|
compiler: gcc
|
||||||
|
- env: TARGETS=x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--with-coroutine=ucontext"
|
||||||
|
compiler: gcc
|
||||||
|
- env: TARGETS=x86_64-softmmu
|
||||||
|
EXTRA_CONFIG="--with-coroutine=sigaltstack"
|
||||||
|
compiler: gcc
|
||||||
|
|
|
@ -1566,6 +1566,12 @@ L: qemu-block@nongnu.org
|
||||||
S: Supported
|
S: Supported
|
||||||
F: tests/image-fuzzer/
|
F: tests/image-fuzzer/
|
||||||
|
|
||||||
|
Build and test automation
|
||||||
|
-------------------------
|
||||||
|
M: Alex Bennée <alex.bennee@linaro.org>
|
||||||
|
L: qemu-devel@nongnu.org
|
||||||
|
S: Supported
|
||||||
|
F: .travis.yml
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
Loading…
Reference in New Issue