Skip to content
Snippets Groups Projects
Commit 9f77ff55 authored by Alexis La Goutte's avatar Alexis La Goutte
Browse files

travis (osx): Add Libev

parent a67ed980
No related merge requests found
......@@ -31,6 +31,7 @@ before_install:
before_script:
# First build external lib
- ./ci/build_openssl.sh
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libev; fi
# configure ngtcp2
- autoreconf -i
- ./configure --enable-werror PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig CPPFLAGS=-fsanitize=address LDFLAGS="$EXTRA_LDFLAGS -fsanitize=address -Wl,-rpath,$PWD/openssl/build/lib" || cat config.log
......
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