Travis: macos fix

pull/1487/head
Alexander Medvednikov 2019-08-06 13:49:13 +02:00 committed by GitHub
parent a3f7459963
commit e7fcc33597
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ script:
if [[ "${TRAVIS_OS_NAME}" == "linux" ]]; then
sudo unlink /usr/bin/gcc && sudo ln -s /usr/bin/gcc-5 /usr/bin/gcc
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
export LIBRARY_PATH=$LIBRARY_PATH:/usr/local/opt/openssl/lib/
fi
- |
if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then
echo "Running make_tests.bat..."