This commit is contained in:
Marcel Hollerbach 2020-03-06 13:32:53 +01:00
parent f3ada14a62
commit 6a0ebf2089
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ if [ "$DISTRO" != "" ] ; then
docker exec --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) ninja -C build
fi
elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
latest_brew_python3_bin="$(ls -1d /usr/local/Cellar/python/3.*/bin | sort -n | tail -n1)"
export PATH="${latest_brew_python3_bin}${PATH:+:}${PATH}"
export PATH="$(brew --prefix gettext)/bin:$PATH"
ninja -C build
else