mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
Travis-CI: Move Boundary and Engicam devices to their own jobs
The i.MX6 job can still be close to the time limit, move a few more devices out. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bc3eed965f
commit
575e1607d3
1 changed files with 7 additions and 1 deletions
|
@ -137,6 +137,12 @@ matrix:
|
|||
- BUILDMAN="atmel"
|
||||
- env:
|
||||
- BUILDMAN="aries"
|
||||
- env:
|
||||
- JOB="Boundary Devices"
|
||||
BUILDMAN="boundary"
|
||||
- env:
|
||||
- JOB="engicam"
|
||||
BUILDMAN="engicam"
|
||||
- env:
|
||||
- JOB="Freescale ARM32"
|
||||
BUILDMAN="freescale -x powerpc,m68k,aarch64"
|
||||
|
@ -145,7 +151,7 @@ matrix:
|
|||
BUILDMAN="freescale&aarch64"
|
||||
- env:
|
||||
- JOB="i.MX6 (non-Freescale)"
|
||||
BUILDMAN="mx6 -x freescale,toradex"
|
||||
BUILDMAN="mx6 -x freescale,toradex,boundary,engicam"
|
||||
- env:
|
||||
- JOB="i.MX (non-Freescale, non-i.MX6)"
|
||||
BUILDMAN="mx -x freescale,mx6,toradex"
|
||||
|
|
Loading…
Add table
Reference in a new issue