Skip to content

Commit

Permalink
disable mongodb for clang
Browse files Browse the repository at this point in the history
Signed-off-by: kokan <peter.kokai@balabit.com>
  • Loading branch information
kokan committed Sep 12, 2017
1 parent fd6a8a9 commit c24ca74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ before_script:
--with-docbook=/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl
--enable-extra-warnings
"
- if [ "$CC" = "clang" ]; then
CONFIGURE_FLAGS="$CONFIGURE_FLAGS --disable-mongodb" ;
fi
- ./configure $CONFIGURE_FLAGS
script:
- . tests/build-log-cflags-propagation.sh;
Expand Down

0 comments on commit c24ca74

Please sign in to comment.