travis: Fix DPDK build and treat bad-function-cast warning as non-error
authorThomas Graf <tgraf@noironetworks.com>
Thu, 11 Sep 2014 19:34:22 +0000 (21:34 +0200)
committerBen Pfaff <blp@nicira.com>
Thu, 11 Sep 2014 19:37:45 +0000 (12:37 -0700)
commitecc3c395b5a60af466e573ad8e53619f8d2eec76
tree6c77864a9cadd3cd0d9d27de51b85ccc96ba0793
parent95626395a3dbd91b69af80207d79b3ecab7643c9
travis: Fix DPDK build and treat bad-function-cast warning as non-error

A missing " prevented the DPDK build in the matrix from functioning
so far. This patch enables the DPDK build by properly building DPDK
as a single library and by pointing the OVS build to the corresponding
build directory. Also removes the 'make install' as it is not required
and only slows down the build.

Due to incorrect casts in the DPDK headers, we have to disable
bad-function-cast and cast-align warnings as being treated as errors
for now.

Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Co-authored-by: Daniele Di Proietto <ddiproietto@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
.travis.yml
.travis/build.sh