diff options
| author | Tom Rini <[email protected]> | 2016-11-29 12:41:19 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-11-29 12:41:19 -0500 |
| commit | dbd5df89d65172f94dec78af809f1e50dbd61fe6 (patch) | |
| tree | f3a20362c6202a9d15d0ae2712f695c3c7549e60 | |
| parent | fea7452c15081127e07b77e286a89d2c296f6b05 (diff) | |
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 <[email protected]>
| -rw-r--r-- | .travis.yml | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index b4ae71a39be..ffa3e68c536 100644 --- a/.travis.yml +++ b/.travis.yml @@ -131,6 +131,8 @@ matrix: - JOB="i.MX (non-Freescale)" BUILDMAN="mx -x freescale" - env: + - BUILDMAN="samsung" + - env: - BUILDMAN="sun4i" - env: - BUILDMAN="sun5i" @@ -146,7 +148,7 @@ matrix: - BUILDMAN="sun50i" - env: - JOB="Catch-all ARM" - BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,denx,freescale,kirkwood,siemens,tegra,uniphier,mx,sunxi,am33xx,omap3,omap4,omap5,pxa" + BUILDMAN="arm -x arm11,arm7,arm9,aarch64,atmel,denx,freescale,kirkwood,siemens,tegra,uniphier,mx,samsung,sunxi,am33xx,omap3,omap4,omap5,pxa,rockchip" - env: - BUILDMAN="sandbox x86" TOOLCHAIN="x86_64" @@ -203,9 +205,11 @@ matrix: - env: - BUILDMAN="uniphier" - env: - - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi" + - BUILDMAN="aarch64 -x tegra,freescale,uniphier,sunxi,samsung,rockchip" TOOLCHAIN="aarch64" - env: + - BUILDMAN="rockchip" + - env: - BUILDMAN="sh4" TOOLCHAIN="sh4" - env: |
