From: Reuben Thomas Date: Sat, 27 Jan 2018 18:28:23 +0000 (+0000) Subject: .travis.yml: macOS: make keg-only formulæ available to the build X-Git-Tag: v3.7~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df78b7d4e9607049dbfed1a68c6bb50b4ccd072b;p=recode .travis.yml: macOS: make keg-only formulæ available to the build --- diff --git a/.travis.yml b/.travis.yml index 9c2c4ed..ef8c54a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,11 @@ matrix: - [g++-6] before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install python cython flex help2man texinfo valgrind ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install cython flex help2man texinfo valgrind ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/cython/bin:/usr/local/opt/flex/bin:/usr/local/opt/texinfo/bin:$PATH" ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export LDFLAGS="-L/usr/local/opt/flex/lib -L/usr/local/opt/texinfo/lib" ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CPPFLAGS="-I/usr/local/opt/flex/include" ; fi # Need gettext 0.19, not in trusty; xenial doesn’t seem to work well yet on Travis install: