diff mbox series

[v3,2/2] travis: add out-of-tree builds

Message ID 1498492813-19747-3-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v3,1/2] doc: fix installation of implementers-guide | expand

Commit Message

Github ODP bot June 26, 2017, 4 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 58 (muvarov:travis_out_of_tree)
 ** https://github.com/Linaro/odp/pull/58
 ** Patch: https://github.com/Linaro/odp/pull/58.patch
 ** Base sha: 497c339f94e35d5fadeff539cebfbf44d698dc7e
 ** Merge commit sha: 9c5a625c4c6b7a582f6b3f847b522a739d894e1d
 **/
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 2cc8caf7..824e376c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -108,7 +108,9 @@  install:
 
 script:
         - ./bootstrap
-        - ./configure --prefix=$HOME/odp-install  --enable-test-cpp --enable-test-vald --enable-test-helper --enable-test-perf --enable-user-guides --enable-test-perf-proc --enable-test-example --with-dpdk-path=`pwd`/dpdk/${TARGET} --with-netmap-path=`pwd`/netmap $CONF
+        - mkdir build
+        - pushd build
+        - ../configure --prefix=$HOME/odp-install  --enable-test-cpp --enable-test-vald --enable-test-helper --enable-test-perf --enable-user-guides --enable-test-perf-proc --enable-test-example --with-dpdk-path=`pwd`/../dpdk/${TARGET} --with-netmap-path=`pwd`/../netmap $CONF
         - make -j $(nproc)
         - sudo LD_LIBRARY_PATH="/usr/local/lib:$LD_LIBRARY_PATH" make check
         - make install