You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- if test ${TRAVIS_OS_NAME} = "linux"; then sudo apt-get install -y autoconf automake autopoint build-essential libtool pkg-config; fi
- if test ${TRAVIS_OS_NAME} = "osx"; then brew update; fi
install:
- if test ${TRAVIS_OS_NAME} = "osx"; then export CPPFLAGS="-I/usr/local/opt/[email protected]/include ${CPPFLAGS}"; export LDFLAGS="-L/usr/local/opt/[email protected]/lib ${LDFLAGS}"; fi