mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-14 16:20:45 +00:00
Merge branch 'travis-clang-9'
This commit is contained in:
commit
1a7b1a72a9
3 changed files with 9 additions and 0 deletions
|
@ -32,6 +32,8 @@ set -e
|
|||
|
||||
if [[ ${TRAVIS_OS_NAME} = osx ]]; then
|
||||
export PATH="/usr/local/opt/coreutils/libexec/gnubin${PATH:+:}${PATH}"
|
||||
elif [[ ${TRAVIS_OS_NAME} = linux ]]; then
|
||||
export PATH="/usr/lib/llvm-9/bin:${PATH}"
|
||||
fi
|
||||
|
||||
PS4='# '
|
||||
|
|
|
@ -41,7 +41,11 @@ addons:
|
|||
update: true
|
||||
brewfile: true
|
||||
apt:
|
||||
sources:
|
||||
- llvm-toolchain-trusty
|
||||
- ubuntu-toolchain-r-test
|
||||
packages:
|
||||
- clang-9
|
||||
- cmake
|
||||
- docbook2x
|
||||
- dos2unix
|
||||
|
|
|
@ -175,7 +175,10 @@ Configuration:
|
|||
LD=${LD}
|
||||
MAKE=${MAKE}
|
||||
|
||||
Compiler (\$CC):
|
||||
EOF
|
||||
"${CC}" --version | sed 's,^, ,'
|
||||
echo
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue