mirror of
https://github.com/coturn/coturn.git
synced 2026-05-04 18:36:10 +02:00
Revert "Travis export ssl envs only on osX"
This reverts commit c5cd0ad0160396783c21d231e783addc3caa4e36.
This commit is contained in:
parent
0e961f4aa5
commit
71e4149fab
@ -2,8 +2,8 @@ language: cpp
|
||||
|
||||
|
||||
before_install:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; export SSL_CFLAGS="$SSL_CFLAGS -I/usr/local/opt/openssl/include"
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; export SSL_LIBS="$SSL_LIBS -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