From: Tom Rini Date: Tue, 15 Oct 2019 11:27:14 +0000 (-0400) Subject: travis: Split sun8i in to two jobs X-Git-Tag: v2020.01-rc1~21^2~1 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=95b221543464a4471257d7643b63eabbd6dca8cf;p=oweals%2Fu-boot.git 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 --- diff --git a/.travis.yml b/.travis.yml index dfebb7fd2a..e769fc61fc 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"