summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorThomas Graf <tgraf@noironetworks.com>2014-11-12 10:22:02 +0100
committerBen Pfaff <blp@nicira.com>2014-11-12 08:46:57 -0800
commitf71a0f8308754b483708938901a48a0623ba242d (patch)
tree28cf1d340ee9e841b077beb5b725d463cba5bda4 /.travis.yml
parent7f2f24e379d9ca65c20d072a6c0adb1c6c8a9cce (diff)
downloadopenvswitch-f71a0f8308754b483708938901a48a0623ba242d.tar.gz
travis: Add building of shared library to CI matrix.
Signed-off-by: Thomas Graf <tgraf@noironetworks.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cd6e623cb..f6177c7d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,8 @@ env:
- OPTS="--disable-ssl"
- TESTSUITE=1 KERNEL=1 OPTS="--with-linux=./linux-3.16.2"
- KERNEL=1 DPDK=1 OPTS="--with-dpdk=./dpdk-1.7.1/build"
+ - TESTSUITE=1 OPTS="--enable-shared"
+ - DPDK=1 OPTS="--enable-shared"
script: ./.travis/build.sh $OPTS