Commit dbd5df89d65172f94dec78af809f1e50dbd61fe6

Authored by Tom Rini
1 parent fea7452c15

travis.yml: Add samsung and rockchip builds

The catch-all job is failing due to time limits depending on factors out
of our control, so move Samsung and Rockchip boards into their own jobs
and then exclude them from the general ARM and AArch64 jobs.

Signed-off-by: Tom Rini <trini@konsulko.com>

Showing 1 changed file with 6 additions and 2 deletions Side-by-side Diff

... ... @@ -131,6 +131,8 @@
131 131 - JOB="i.MX (non-Freescale)"
132 132 BUILDMAN="mx -x freescale"
133 133 - env:
  134 + - BUILDMAN="samsung"
  135 + - env:
134 136 - BUILDMAN="sun4i"
135 137 - env:
136 138 - BUILDMAN="sun5i"
... ... @@ -146,7 +148,7 @@
146 148 - BUILDMAN="sun50i"
147 149 - env:
148 150 - JOB="Catch-all ARM"
149   - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,denx,freescale,kirkwood,siemens,tegra,uniphier,mx,sunxi,am33xx,omap3,omap4,omap5,pxa"
  151 + BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,denx,freescale,kirkwood,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap3,omap4,omap5,pxa,rockchip"
150 152 - env:
151 153 - BUILDMAN="sandbox x86"
152 154 TOOLCHAIN="x86_64"
153 155  
... ... @@ -203,8 +205,10 @@
203 205 - env:
204 206 - BUILDMAN="uniphier"
205 207 - env:
206   - - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi"
  208 + - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi,samsung,rockchip"
207 209 TOOLCHAIN="aarch64"
  210 + - env:
  211 + - BUILDMAN="rockchip"
208 212 - env:
209 213 - BUILDMAN="sh4"
210 214 TOOLCHAIN="sh4"