diff mbox series

[v5,4/4] travis: test with default arch files

Message ID 1505739611-19678-5-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v5,1/4] linux-gen: split arm into arm and aarch64 | expand

Commit Message

Github ODP bot Sept. 18, 2017, 1 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 163 (lumag:improve-build-4)
 ** https://github.com/Linaro/odp/pull/163
 ** Patch: https://github.com/Linaro/odp/pull/163.patch
 ** Base sha: e1c46f8e296a730ed27141a33189185bb7dfd1b1
 ** Merge commit sha: a232c0012683b33d1a12d67ce30127ac78ba57e0
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 43141f9f1..0e0bbd9a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -64,6 +64,7 @@  cache:
 env:
         - CONF=""
         - CONF="--disable-abi-compat"
+        - CONF="--with-arch-default"
         - CONF="--enable-schedule-sp"
         - CONF="--enable-schedule-iquery"
         - CONF="--enable-dpdk-zero-copy"