mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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>
This commit is contained in:
parent
4d6647ab17
commit
bb417f1c90
1 changed files with 5 additions and 2 deletions
|
@ -125,8 +125,11 @@ matrix:
|
|||
- env:
|
||||
- BUILDMAN="denx"
|
||||
- env:
|
||||
- JOB="Freescale ARM"
|
||||
BUILDMAN="freescale -x powerpc,m68k"
|
||||
- JOB="Freescale ARM32"
|
||||
BUILDMAN="freescale -x powerpc,m68k,aarch64"
|
||||
- env:
|
||||
- JOB="Freescale AArch64"
|
||||
BUILDMAN="freescale -x powerpc,m68k,armv7,arm9,arm11"
|
||||
- env:
|
||||
- JOB="i.MX (non-Freescale)"
|
||||
BUILDMAN="mx -x freescale"
|
||||
|
|
Loading…
Reference in a new issue