From 7cce3062267d580fbd41b9dc35539f9d1278d73a Mon Sep 17 00:00:00 2001 From: Heiko Schocher Date: Fri, 15 Nov 2019 07:27:30 +0100 Subject: [PATCH] travis: split 32bit sun8i job 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 --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 141f161346d..ba2e5ffa5ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"