Commit 0d3aaa35b87573c229d65bc79050ab13f39d8ec2

Authored by Tom Rini
1 parent bf52fcdef4

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>

Showing 1 changed file with 4 additions and 2 deletions Side-by-side Diff

... ... @@ -194,8 +194,7 @@
194 194 - BUILDMAN="m68k"
195 195 TOOLCHAIN="m68k"
196 196 - env:
197   - - JOB="Xilinx (ARM and MicroBlaze)"
198   - BUILDMAN="xilinx"
  197 + - BUILDMAN="microblaze"
199 198 TOOLCHAIN="microblaze"
200 199 - env:
201 200 - BUILDMAN="mips"
... ... @@ -242,6 +241,9 @@
242 241 - env:
243 242 - BUILDMAN="sh4"
244 243 TOOLCHAIN="sh4"
  244 + - env:
  245 + - JOB="Xilinx (ARM)"
  246 + BUILDMAN="xilinx -x microblaze"
245 247 - env:
246 248 - BUILDMAN="xtensa"
247 249 TOOLCHAIN="xtensa"