Skip to content

Commit

Permalink
lib: add non-optimized build test for travis ci
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <tazaki@sfc.wide.ad.jp>
  • Loading branch information
thehajime committed Jun 6, 2015
1 parent 8b6ed1b commit 14929c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ script:
# disable DPDK build for a while
- make clean ARCH=lib V=1 && make library ARCH=lib V=1
- ./tools/testing/libos/nuse-test.sh
- make clean ARCH=lib V=1 && make library ARCH=lib OPT=no V=1
- ./tools/testing/libos/nuse-test.sh

0 comments on commit 14929c5

Please sign in to comment.