]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Travis-CI: Fix microblaze and xilinx jobs
authorTom Rini <trini@konsulko.com>
Sat, 7 Oct 2017 19:54:18 +0000 (15:54 -0400)
committerTom Rini <trini@konsulko.com>
Sat, 7 Oct 2017 19:54:18 +0000 (15:54 -0400)
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>
.travis.yml

index a1564ed907188e3d37b63f156e380c07fdf526fc..0b7a0622bfd008f06044ecd651f1fa49bb9826aa 100644 (file)
@@ -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"