From df78b7d4e9607049dbfed1a68c6bb50b4ccd072b Mon Sep 17 00:00:00 2001 From: Reuben Thomas Date: Sat, 27 Jan 2018 18:28:23 +0000 Subject: [PATCH] =?utf8?q?.travis.yml:=20macOS:=20make=20keg-only=20formul?= =?utf8?q?=C3=A6=20available=20to=20the=20build?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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: -- 2.50.0