]> git.ipfire.org Git - thirdparty/qemu.git/commit - .travis.yml
travis: trim out most clang builds
authorDaniel P. Berrange <berrange@redhat.com>
Thu, 27 Oct 2016 13:23:45 +0000 (15:23 +0200)
committerAlex Bennée <alex.bennee@linaro.org>
Thu, 12 Jan 2017 10:04:17 +0000 (10:04 +0000)
commitd9a6b013118aa0b7f451f7a17f6eb683f4da0bdc
treebf4fb015b944bb18a34994a1a1c3f8e1534a63a5
parentb44486dfb9447c88e4b216e730adcc780190852c
travis: trim out most clang builds

We test with both gcc and clang in order to detect cases
where clang issues warnings that gcc misses. To achieve
this though we don't need to build QEMU in multiple
different configurations. Just a single clang-on-linux
build will be sufficient, if we have an "all enabled"
config.

This cuts the number of build jobs from 21 to 16,
reducing the load imposed on shared Travis CI infra.
This will make it practical to enable jobs for other
interesting & useful configurations without DOS'ing
Travis to much.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
.travis.yml