]> git.ipfire.org Git - people/ms/u-boot.git/commit - .travis.yml
travis.yml: Split Freescale ARM job up more
authorTom Rini <trini@konsulko.com>
Wed, 30 Nov 2016 19:05:08 +0000 (14:05 -0500)
committerTom Rini <trini@konsulko.com>
Thu, 1 Dec 2016 00:31:10 +0000 (19:31 -0500)
commitbb417f1c9055dc17df08d1e2c9edc281ad19b648
treee068968ec77d9d5de6fe44cb3d6a6999ffee4d7b
parent4d6647ab17ab9d33c60f7a9f07576c5fbdf6336f
travis.yml: Split Freescale ARM job up more

In order to avoid running into the time limit, split the 32bit and 64bit
Freescale boards into separate jobs.  We could either pass
"freescale & armv8" to buildman or exclude all of the 32bit CPUs.  While
the former is shorter I fear the amount of possible escaping required
would make things less readable.

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