Skip to content
Snippets Groups Projects
Commit 3360072f authored by Chocobo1's avatar Chocobo1
Browse files

TravisCI: fix linux + clang compile

parent 0ba59d80
Branches
Tags
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment