Skip to content

Commit 378d12a

Browse files
author
Edward Thomson
authored
Merge pull request libgit2#3868 from libgit2/ethomson/mac_build
ci: point to the homebrew libssh2 install
2 parents c18a2bc + 0239eff commit 378d12a

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

script/cibuild.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ then
66
exit $?;
77
fi
88

9+
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
10+
export PKG_CONFIG_PATH=$(ls -d /usr/local/Cellar/{curl,zlib}/*/lib/pkgconfig | paste -s -d':' -)
11+
fi
12+
913
# Should we ask Travis to cache this file?
1014
curl -L https://github.com/ethomson/poxyproxy/releases/download/v0.1.0/poxyproxy-0.1.0.jar >poxyproxy.jar || exit $?
1115
# Run this early so we know it's ready by the time we need it

script/install-deps-osx.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
set -x
44

55
brew update
6+
brew install homebrew/dupes/zlib
7+
brew install curl
68
brew install libssh2

0 commit comments

Comments
 (0)