mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Travis-CI: Fix microblaze and xilinx jobs
Given how we handle the ARM toolchain we can't easily combine these two jobs, so don't. Give xilinx/ARM a separate build. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bf52fcdef4
commit
0d3aaa35b8
1 changed files with 4 additions and 2 deletions
|
|
@ -194,8 +194,7 @@ matrix:
|
|||
- BUILDMAN="m68k"
|
||||
TOOLCHAIN="m68k"
|
||||
- env:
|
||||
- JOB="Xilinx (ARM and MicroBlaze)"
|
||||
BUILDMAN="xilinx"
|
||||
- BUILDMAN="microblaze"
|
||||
TOOLCHAIN="microblaze"
|
||||
- env:
|
||||
- BUILDMAN="mips"
|
||||
|
|
@ -242,6 +241,9 @@ matrix:
|
|||
- env:
|
||||
- BUILDMAN="sh4"
|
||||
TOOLCHAIN="sh4"
|
||||
- env:
|
||||
- JOB="Xilinx (ARM)"
|
||||
BUILDMAN="xilinx -x microblaze"
|
||||
- env:
|
||||
- BUILDMAN="xtensa"
|
||||
TOOLCHAIN="xtensa"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue