mirror of
https://github.com/xemu-project/xemu.git
synced 2025-02-20 04:11:28 +00:00
This pull request contains:
- disable sparse testing - add trusty build target - add libnfs-dev for NFS block driver These are the same patches posted last week for any last minute review. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAABAgAGBQJXaQOaAAoJEPvQ2wlanipEet0H/2dZtwmUBWL4qdEP/xHu/u3j D9bDe+r+Ad6QNdWwJhi8cznkiNuAxI5DR7ApNQpT4pHOqSATRrC4QowZJGmsCEUB MllLieGldqADmTx0TQE3bDfOs3mDSIQzkBDeRDRDNwFPfC0/954Ms1YHU2+wNXjt XPe47ARlzHy4DAeqany+p1z8VLNPYYlj+eG1ipbPVixc4vnVNZOrQYQjLMjaBYYX JumikY+H3ia2nBFMjK3EJiZkZkW5XIsYObNImCm23E+h1L29slcbOgi2nWYho8fA pnemyp1FKhn1edDlhE2f4PEnSNwyUBg2w+pASz2DS/1zKSkvTLgOcotPoldDgik= =xvWt -----END PGP SIGNATURE----- Merge remote-tracking branch 'remotes/stsquad/tags/pull-travis-20160621-1' into staging This pull request contains: - disable sparse testing - add trusty build target - add libnfs-dev for NFS block driver These are the same patches posted last week for any last minute review. # gpg: Signature made Tue 21 Jun 2016 10:06:34 BST # gpg: using RSA key 0xFBD0DB095A9E2A44 # gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" # Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44 * remotes/stsquad/tags/pull-travis-20160621-1: .travis.yml: disable Sparse testing .travis.yml: add trusty GCE target .travis.yml: add libnfs-dev for NFS block driver Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
commit
6f1d2d1c5a
14
.travis.yml
14
.travis.yml
@ -17,6 +17,7 @@ addons:
|
||||
- libgtk-3-dev
|
||||
- libiscsi-dev
|
||||
- liblttng-ust-dev
|
||||
- libnfs-dev
|
||||
- libncurses5-dev
|
||||
- libnss3-dev
|
||||
- libpixman-1-dev
|
||||
@ -63,9 +64,6 @@ script:
|
||||
- make -j3 && ${TEST_CMD}
|
||||
matrix:
|
||||
include:
|
||||
# Sparse is GCC only
|
||||
- env: CONFIG="--enable-sparse"
|
||||
compiler: gcc
|
||||
# gprof/gcov are GCC features
|
||||
- env: CONFIG="--enable-gprof --enable-gcov --disable-pie"
|
||||
compiler: gcc
|
||||
@ -88,3 +86,13 @@ matrix:
|
||||
- env: CONFIG=""
|
||||
os: osx
|
||||
compiler: clang
|
||||
- env: CONFIG=""
|
||||
sudo: required
|
||||
addons:
|
||||
dist: trusty
|
||||
compiler: gcc
|
||||
before_install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get build-dep -qq qemu
|
||||
- wget -O - http://people.linaro.org/~alex.bennee/qemu-submodule-git-seed.tar.xz | tar -xvJ
|
||||
- git submodule update --init --recursive
|
||||
|
Loading…
x
Reference in New Issue
Block a user