diff mbox series

[v1,3/3] travis: add --enable-helper-linux test variants

Message ID 1504054809-22152-4-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v1,1/3] travis: split configure commands into individual options | expand

Commit Message

Github ODP bot Aug. 30, 2017, 1 a.m. UTC
From: Bill Fischofer <bill.fischofer@linaro.org>


The ODP helper modules can explicitly expose linux variants via the
--enable-helper-linux configuration option, so add that into the test
mix as well to ensure full coverage.

Signed-off-by: Bill Fischofer <bill.fischofer@linaro.org>

---
/** Email created from pull request 153 (Bill-Fischofer-Linaro:travis-test-all)
 ** https://github.com/Linaro/odp/pull/153
 ** Patch: https://github.com/Linaro/odp/pull/153.patch
 ** Base sha: 7508c5ac906bb7cb1d339b4c5e924f3a18e504ca
 ** Merge commit sha: 54705308dc2e80267a6ca751a99089bbdb744fc5
 **/
 .travis.yml | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 513e87fb..b413003a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,6 +69,7 @@  env:
         - CONF="--enable-schedule-sp"
         - CONF="--enable-schedule-iquery"
         - CONF="--enable-dpdk-zero-copy"
+        - CONF="--enable-helper-linux"
 
 before_install: