mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
Travis: Install a find(1) better than that of macOS
This commit is contained in:
parent
867bb34373
commit
d83fc3afd5
2 changed files with 2 additions and 0 deletions
|
@ -34,6 +34,7 @@ if [[ ${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="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
|
||||
export PATH="/usr/local/opt/findutils/libexec/gnubin${PATH:+:}${PATH}"
|
||||
elif [[ ${TRAVIS_OS_NAME} = linux ]]; then
|
||||
export PATH="/usr/lib/llvm-9/bin:${PATH}"
|
||||
fi
|
||||
|
|
1
Brewfile
1
Brewfile
|
@ -5,6 +5,7 @@ brew "coreutils"
|
|||
brew "cppcheck"
|
||||
brew "docbook2x"
|
||||
brew "dos2unix"
|
||||
brew "findutils"
|
||||
brew "gcc"
|
||||
brew "gettext"
|
||||
brew "ghostscript"
|
||||
|
|
Loading…
Add table
Reference in a new issue