From: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>

Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsoleni...@linaro.org>
---
/** Email created from pull request 175 (lumag:build-x86)
 ** https://github.com/Linaro/odp/pull/175
 ** Patch: https://github.com/Linaro/odp/pull/175.patch
 ** Base sha: fb3f36cec108ce9c55241d9f0e66d4832a552b8a
 ** Merge commit sha: 037b9d885bd9497de1ed06b5c7c1aa75d0cf22fc
 **/
 .travis.yml | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index b6e98184..3854378d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -246,6 +246,28 @@ jobs:
                             --enable-helper-linux
                           - make -j $(nproc)
                 - stage: test
+                  compiler: "\"gcc -m32\""
+                  env: TEST="i686-linux-gnueabi" CROSS_ARCH="i386"
+                  install: true
+                  script:
+                          - ./bootstrap
+                          - ./configure --prefix=$HOME/odp-install $CROSS
+                            --enable-debug=full
+                            --disable-test-cpp
+                            --enable-helper-linux
+                          - make -j $(nproc)
+                - stage: test
+                  compiler: "\"clang-3.8 -m32\""
+                  env: TEST="clang-3.8 i686-linux-gnu" CROSS_ARCH="i386"
+                  install: true
+                  script:
+                          - ./bootstrap
+                          - ./configure --prefix=$HOME/odp-install $CROSS
+                            --enable-debug=full
+                            --disable-test-cpp
+                            --enable-helper-linux
+                          - make -j $(nproc)
+                - stage: test
                   env: TEST=coverage
                   compiler: gcc
                   script:

Reply via email to