mbox

[PULL,0/6] Travis updates (3rd pull attempt)

Message ID 1455021411-11817-1-git-send-email-alex.bennee@linaro.org
State New
Headers show

Pull-request

https://github.com/stsquad/qemu.git tags/pull-build-test-20160209

Message

Alex Bennée Feb. 9, 2016, 12:36 p.m. UTC
The following changes since commit ee8e8f92a730afc17ab8be6e86df6b9a23b8ebc6:

  Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-2' into staging (2016-02-05 14:20:46 +0000)

are available in the git repository at:

  https://github.com/stsquad/qemu.git tags/pull-build-test-20160209

for you to fetch changes up to b9e02c061b74cf99fa4865381f85559bcdb09103:

  MAINTAINERS: Add .travis.yml (2016-02-08 18:50:31 +0000)

----------------------------------------------------------------
This is the third attempt for this pull request.

Since the v4 was posted:
 - fixed merge conflict with ed7f5f1d8db06fc31352a5ef4f54985e630c575a
 - added cleaner separation line to MAINTAINERS at Fam's request
 - skip "make check" for --enable-trace-backends=simple (see 41fc57e44ed)

----------------------------------------------------------------
Alex Bennée (6):
      .travis.yml: migrate to container builds
      .travis.yml: run make check for all matrix targets
      .travis.yml: enable each of the co-routine backends
      .travis.yml: enable ccache for the builds
      .travis.yml: reduce the test matrix a little
      MAINTAINERS: Add .travis.yml

 .travis.yml | 111 ++++++++++++++++++++++++++++++++++++++----------------------
 MAINTAINERS |   6 ++++
 2 files changed, 76 insertions(+), 41 deletions(-)

Comments

Peter Maydell Feb. 9, 2016, 4:09 p.m. UTC | #1
On 9 February 2016 at 12:36, Alex Bennée <alex.bennee@linaro.org> wrote:
> The following changes since commit ee8e8f92a730afc17ab8be6e86df6b9a23b8ebc6:
>
>   Merge remote-tracking branch 'remotes/amit-migration/tags/migration-for-2.6-2' into staging (2016-02-05 14:20:46 +0000)
>
> are available in the git repository at:
>
>   https://github.com/stsquad/qemu.git tags/pull-build-test-20160209
>
> for you to fetch changes up to b9e02c061b74cf99fa4865381f85559bcdb09103:
>
>   MAINTAINERS: Add .travis.yml (2016-02-08 18:50:31 +0000)
>
> ----------------------------------------------------------------
> This is the third attempt for this pull request.
>
> Since the v4 was posted:
>  - fixed merge conflict with ed7f5f1d8db06fc31352a5ef4f54985e630c575a
>  - added cleaner separation line to MAINTAINERS at Fam's request
>  - skip "make check" for --enable-trace-backends=simple (see 41fc57e44ed)
>
> ----------------------------------------------------------------
> Alex Bennée (6):
>       .travis.yml: migrate to container builds
>       .travis.yml: run make check for all matrix targets
>       .travis.yml: enable each of the co-routine backends
>       .travis.yml: enable ccache for the builds
>       .travis.yml: reduce the test matrix a little
>       MAINTAINERS: Add .travis.yml

Applied, thanks.

-- PMM