]> git.ipfire.org Git - people/ms/u-boot.git/commit
travis-ci: Try harder to build all ARM targets
authorTom Rini <trini@konsulko.com>
Sat, 5 Nov 2016 23:34:49 +0000 (19:34 -0400)
committerTom Rini <trini@konsulko.com>
Sun, 6 Nov 2016 12:33:41 +0000 (07:33 -0500)
commitbaade496d18d9fd80797c09031687ff0af53f69d
tree3b1d08f30b0ecebe06791ebcee5d4ecc5ac5ac1a
parente0f2406e737530e804d3ccf877223b61671ede6d
travis-ci: Try harder to build all ARM targets

The way that we have things broken down currently allows for some
combinations of vendor or CPU to not be built.  To fix this, create a
new catch-all job that excludes everything we've built elsewhere.  For
the sake of simplicity we are allowing for the possibility of some
overlap between the vendor-based jobs and the CPU-based jobs.  While
we're in here, make a failed build provide the summary of failure.

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