Skip to content

Commit

Permalink
Fix: osx ssl env travis
Browse files Browse the repository at this point in the history
  • Loading branch information
misi committed Jan 8, 2021
1 parent 80fb20a commit 828ac5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 828ac5b

Please sign in to comment.