Skip to content

Commit

Permalink
travis: Add building of shared library to CI matrix.
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Graf <tgraf@noironetworks.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
  • Loading branch information
Thomas Graf authored and blp committed Nov 12, 2014
1 parent 7f2f24e commit f71a0f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -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

Expand Down

0 comments on commit f71a0f8

Please sign in to comment.