.travis.yml: install standard Homebrew GTest formula
This commit is contained in:
parent
3c1988b68f
commit
018858ec97
|
@ -67,6 +67,7 @@ jobs:
|
||||||
packages:
|
packages:
|
||||||
- ccache
|
- ccache
|
||||||
- meson
|
- meson
|
||||||
|
- googletest
|
||||||
- icu4c
|
- icu4c
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
- libnfs
|
- libnfs
|
||||||
|
@ -101,11 +102,6 @@ before_install:
|
||||||
- eval "${MATRIX_EVAL}"
|
- eval "${MATRIX_EVAL}"
|
||||||
|
|
||||||
install:
|
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:
|
before_script:
|
||||||
- ccache -s
|
- ccache -s
|
||||||
|
|
Loading…
Reference in New Issue