diff options
author | Tom Rini <trini@konsulko.com> | 2016-10-20 11:23:15 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-24 08:06:28 -0400 |
commit | 76761e7fb27402c44141f5c616be2ab68ce07b4e (patch) | |
tree | 783b2205638b975b1ce7a252ff3e66e8c3a317af /.travis.yml | |
parent | cd402e01595d26890635208954481044e5c7ef01 (diff) | |
download | u-boot-imx-76761e7fb27402c44141f5c616be2ab68ce07b4e.zip u-boot-imx-76761e7fb27402c44141f5c616be2ab68ce07b4e.tar.gz u-boot-imx-76761e7fb27402c44141f5c616be2ab68ce07b4e.tar.bz2 |
travis-ci: Add more architectures
We can now build for microblaze, sh4 and xtensa.
Signed-off-by: Tom Rini <trini@konsulko.com>
Acked-by: Stephen Warren <swarren@nvidia.com>
Reviewed-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8d1a90e..8ebcfaf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -109,6 +109,9 @@ matrix: - BUILDMAN="m68k" TOOLCHAIN="m68k" - env: + - BUILDMAN="microblaze" + TOOLCHAIN="microblaze" + - env: - BUILDMAN="mips" TOOLCHAIN="mips" - env: @@ -142,6 +145,12 @@ matrix: - env: - BUILDMAN="aarch64" TOOLCHAIN="aarch64" + - env: + - BUILDMAN="sh4" + TOOLCHAIN="sh4" + - env: + - BUILDMAN="xtensa" + TOOLCHAIN="xtensa" # QA jobs for code analytics # static code analysis with cppcheck (we can add --enable=all later) |