mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
travis: Exclude MIPS from the bcm job
We don't need to pull in anything from the MIPS job so exclude that from the new bcm job and make it clear it's building only ARM. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
9189d6f1e9
commit
7a779ed175
1 changed files with 2 additions and 2 deletions
|
@ -180,9 +180,9 @@ matrix:
|
|||
- name: "buildman boundary engicam toradex"
|
||||
env:
|
||||
- BUILDMAN="boundary engicam toradex"
|
||||
- name: "buildman bcm"
|
||||
- name: "buildman ARM bcm"
|
||||
env:
|
||||
- BUILDMAN="bcm"
|
||||
- BUILDMAN="bcm -x mips"
|
||||
- name: "buildman NXP ARM32"
|
||||
env:
|
||||
- BUILDMAN="freescale -x powerpc,m68k,aarch64"
|
||||
|
|
Loading…
Add table
Reference in a new issue