Skip to content

Commit

Permalink
travis: split 32bit sun8i job
Browse files Browse the repository at this point in the history
sun8i 32bit job needs to long, so split this job into
2 jibs. One which build all orangepi sun8i boards and
the other job catches all other sun8i 32bit boards.

Signed-off-by: Heiko Schocher <hs@denx.de>
  • Loading branch information
hsdenx committed Nov 15, 2019
1 parent 5a78bcd commit 7cce306
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Expand Up @@ -240,9 +240,12 @@ matrix:
- name: "buildman 64bit sun8i"
env:
- BUILDMAN="sun8i&aarch64"
- name: "buildman 32bit sun8i"
- name: "buildman 32bit sun8i orangepi"
env:
- BUILDMAN="sun8i&armv7"
- BUILDMAN="sun8i&armv7&rangepi"
- name: "buildman 32bit sun8i catch-all"
env:
- BUILDMAN="sun8i&armv7 -x rangepi"
- name: "buildman sun9i"
env:
- BUILDMAN="sun9i"
Expand Down

0 comments on commit 7cce306

Please sign in to comment.