mirror of
https://github.com/coturn/coturn.git
synced 2025-11-01 07:21:04 +01:00
Fix: osx ssl env travis
This commit is contained in:
parent
80fb20a125
commit
828ac5b6e2
@ -2,8 +2,8 @@ language: cpp
|
||||
|
||||
|
||||
before_install:
|
||||
- export CPPFLAGS="$CPPFLAGS -I/usr/local/opt/openssl/include"
|
||||
- export LDFLAGS="$LDFLAGS -L/usr/local/opt/openssl/lib"
|
||||
- export SSL_CFLAGS="$SSL_CFLAGS -I/usr/local/opt/openssl/include"
|
||||
- export SSL_LIBS="$SSL_LIBS -L/usr/local/opt/openssl/lib"
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew outdated openssl || brew upgrade openssl; fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink protobuf; fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user