.travis.yml: install standard Homebrew GTest formula

This commit is contained in:
Max Kellermann 2021-04-27 15:47:23 +02:00
parent 3c1988b68f
commit 018858ec97
1 changed files with 1 additions and 5 deletions

View File

@ -67,6 +67,7 @@ jobs:
packages:
- ccache
- meson
- googletest
- icu4c
- ffmpeg
- libnfs
@ -101,11 +102,6 @@ before_install:
- eval "${MATRIX_EVAL}"
install:
# Work around "Target /usr/local/lib/libgtest.a is a symlink
# belonging to nss. You can unlink it" during gtest install
- test "$TRAVIS_OS_NAME" != "osx" || brew unlink nss
- test "$TRAVIS_OS_NAME" != "osx" || brew install https://gist.githubusercontent.com/Kronuz/96ac10fbd8472eb1e7566d740c4034f8/raw/gtest.rb
before_script:
- ccache -s