mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-16 10:14:40 +00:00
Travis CI: Keep macOS $PATH away from Linux
This commit is contained in:
parent
9aaaac076a
commit
d95d78721d
2 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
if [[ ${TRAVIS_OS_NAME} = osx ]]; then
|
||||
export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
|
||||
fi
|
||||
|
||||
PS4='# '
|
||||
set -x
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ git:
|
|||
|
||||
env:
|
||||
global:
|
||||
- CFLAGS='-g -pipe' PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
||||
- CFLAGS='-g -pipe'
|
||||
matrix:
|
||||
- MODE=address
|
||||
- MODE=cmake
|
||||
|
|
Loading…
Add table
Reference in a new issue