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

travis (macOS): Add cunit to homebrew for fix make check

parent 9fbdf32d
No related merge requests found
...@@ -39,7 +39,7 @@ before_install: ...@@ -39,7 +39,7 @@ before_install:
before_script: before_script:
# First build external lib # First build external lib
- ./ci/build_openssl.sh - ./ci/build_openssl.sh
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libev; fi - if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install libev cunit; fi
# configure ngtcp2 # configure ngtcp2
- if [ "$CI_BUILD" == "autotools" ]; then autoreconf -i; fi - if [ "$CI_BUILD" == "autotools" ]; then autoreconf -i; fi
- export PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig LDFLAGS="$EXTRA_LDFLAGS -Wl,-rpath,$PWD/../openssl/build/lib" - export PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig LDFLAGS="$EXTRA_LDFLAGS -Wl,-rpath,$PWD/../openssl/build/lib"
......
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