From: Maxim Uvarov <maxim.uva...@linaro.org>

Signed-off-by: Maxim Uvarov <maxim.uva...@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: 5b9d264132643428cbf3e7f573939f6b174de80b
 **/
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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

Reply via email to