travis: Split sun8i in to two jobs
authorTom Rini <trini@konsulko.com>
Tue, 15 Oct 2019 11:27:14 +0000 (07:27 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 16 Oct 2019 22:09:26 +0000 (18:09 -0400)
Split the 32bit and 64bit platforms into separate jobs, to avoid them
taking too long to build overall.

Cc: Jagan Teki <jagan@amarulasolutions.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
.travis.yml

index dfebb7fd2afdbc2e1b93c85b033f5043c858a014..e769fc61fc765983950bc7c19297feb9bda5252c 100644 (file)
@@ -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"