mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 20:41:27 -04:00
travis-ci/osx: install lcov
This commit is contained in:
parent
cb0df5cfac
commit
e4e099bdb5
@ -31,6 +31,7 @@ before_install:
|
|||||||
brew update;
|
brew update;
|
||||||
brew uninstall libtool && brew install libtool;
|
brew uninstall libtool && brew install libtool;
|
||||||
brew install openssl;
|
brew install openssl;
|
||||||
|
brew install lcov;
|
||||||
if [ "$CC" == "gcc" ]; then
|
if [ "$CC" == "gcc" ]; then
|
||||||
export CC=$(ls -t /usr/local/bin/gcc-?.?);
|
export CC=$(ls -t /usr/local/bin/gcc-?.?);
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user