diff mbox series

[v7,2/2] travis: run tests with dynamically-linked tests

Message ID 1516309228-14151-3-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v7,1/2] build: provide an option to link examples dynamically | expand

Commit Message

Github ODP bot Jan. 18, 2018, 9 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 390 (lumag:dynamic-link-tests)
 ** https://github.com/Linaro/odp/pull/390
 ** Patch: https://github.com/Linaro/odp/pull/390.patch
 ** Base sha: 5a4502fc6bc53e6503169da3028f456b64811a0b
 ** Merge commit sha: edf30b70f488ab88edf3bbccf655c1f45fb0753c
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index b614668c5..14bc1b143 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -74,6 +74,7 @@  env:
         - CONF="--enable-schedule-iquery"
         - CONF="--enable-schedule-scalable"
         - CONF="--enable-dpdk-zero-copy"
+        - CONF="--disable-static-applications"
         - CROSS_ARCH="arm64"
         - CROSS_ARCH="armhf" CFLAGS="-march=armv7-a"
         - CROSS_ARCH="powerpc"