From 95b221543464a4471257d7643b63eabbd6dca8cf Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 15 Oct 2019 07:27:14 -0400 Subject: [PATCH] travis: Split sun8i in to two jobs Split the 32bit and 64bit platforms into separate jobs, to avoid them taking too long to build overall. Cc: Jagan Teki Signed-off-by: Tom Rini --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dfebb7f..e769fc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -234,9 +234,12 @@ matrix: - name: "buildman sun7i" env: - BUILDMAN="sun7i" - - name: "buildman sun8i" + - name: "buildman 64bit sun8i" env: - - BUILDMAN="sun8i" + - BUILDMAN="sun8i&aarch64" + - name: "buildman 32bit sun8i" + env: + - BUILDMAN="sun8i&armv7" - name: "buildman sun9i" env: - BUILDMAN="sun9i" -- 2.7.4