]> git.ipfire.org Git - people/ms/u-boot.git/commit - .travis.yml
travis-ci: Switch to building QEMU
authorTom Rini <trini@konsulko.com>
Wed, 7 Dec 2016 16:20:40 +0000 (11:20 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 9 Dec 2016 13:40:23 +0000 (08:40 -0500)
commit3c643fb01b20fef884c2be5e8d8c6536375c1c58
tree6effdd75b6c2c42f30cec1447948ab0c75738af0
parentebe0f53f48e8f9ecc823e533a85b05c13638c350
travis-ci: Switch to building QEMU

First, there are a number of features in newer QEMU that will allow us
to test a wider range of platforms, so we want to use at least v2.8.0.
Second, making use of a PPA for QEMU fails from time to time.  So we
change to checking out and building a copy of QEMU when we know that we
are going to use test.py and need QEMU to be installed.  This adds
around 4 minutes per test.py job that we run.

Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml