]> git.ipfire.org Git - thirdparty/qemu.git/commit - .travis.yml
.travis.yml: rationalise clang testing
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 29 May 2018 17:14:04 +0000 (18:14 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Fri, 1 Jun 2018 14:00:54 +0000 (15:00 +0100)
commitae6d692d88fe5e855fb2d0eee38255bb84d558e4
tree2cb1bbb13f3ac83689737117a5b6211dce7b86df
parent67659ab1eb65771cf8a8a4a6841991a98669e95f
.travis.yml: rationalise clang testing

As Travis includes Clang 5.0 in its own build environment there is no
point manually building with older Clangs. We still need to test with
the two pythons though so we leave them as minimal system only builds.
We also split the clang build into two as it often exceeds the 40
minute build time limit.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
.travis.yml