mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 18:52:00 +00:00
TravisCI: fix linux + clang compile
This commit is contained in:
parent
0ba59d80b6
commit
3360072f84
@ -36,6 +36,9 @@ addons:
|
||||
- libtommath-dev
|
||||
|
||||
|
||||
before_install:
|
||||
- if [ "$CC" = "clang" ]; then WEXTRAFLAGS="$WEXTRAFLAGS -Wno-error=incompatible-library-redeclaration" ; fi # workaround
|
||||
|
||||
install:
|
||||
- if [ "$TRAVIS_OS_NAME" = "osx" -a "$BUNDLEDLIBTOM" != "--enable-bundled-libtom" ]; then brew update > /dev/null && brew install libtomcrypt libtommath ; fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user