Skip to content
Snippets Groups Projects
Commit 0d3aaa35 authored by Tom Rini's avatar Tom Rini
Browse files

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: default avatarTom Rini <trini@konsulko.com>
parent bf52fcde
No related branches found
No related tags found
No related merge requests found
...@@ -194,8 +194,7 @@ matrix: ...@@ -194,8 +194,7 @@ matrix:
- BUILDMAN="m68k" - BUILDMAN="m68k"
TOOLCHAIN="m68k" TOOLCHAIN="m68k"
- env: - env:
- JOB="Xilinx (ARM and MicroBlaze)" - BUILDMAN="microblaze"
BUILDMAN="xilinx"
TOOLCHAIN="microblaze" TOOLCHAIN="microblaze"
- env: - env:
- BUILDMAN="mips" - BUILDMAN="mips"
...@@ -242,6 +241,9 @@ matrix: ...@@ -242,6 +241,9 @@ matrix:
- env: - env:
- BUILDMAN="sh4" - BUILDMAN="sh4"
TOOLCHAIN="sh4" TOOLCHAIN="sh4"
- env:
- JOB="Xilinx (ARM)"
BUILDMAN="xilinx -x microblaze"
- env: - env:
- BUILDMAN="xtensa" - BUILDMAN="xtensa"
TOOLCHAIN="xtensa" TOOLCHAIN="xtensa"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment