File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -28,5 +28,7 @@ ObjectiveGitTests/fixtures/Fixtures/*
2828
2929External /ios-openssl /include
3030External /ios-openssl /lib
31-
3231External /libssh2-ios
32+
33+ Carthage /Build
34+
Original file line number Diff line number Diff line change 1+ osx_image : xcode6.4
12language : objective-c
2- install :
3- - brew install cmake
3+ install : script/bootstrap
44script : script/cibuild
55notifications :
66 email : false
7- campfire :
8- on_success : always
9- on_failure : always
10- template :
11- - " Build %{build_url} of %{repository}: %{message}"
12- rooms :
13- secure : IxO/lskcwkcrvbgq9UsI4rjD7auSbbc52QdOcEzh5klXf6KkmIRSrJDUbsRGJ6GahlB0ELfgTcr0ycqsYhW5M9mNwzWR1cerbedA2HT0sOy7uvgGQwAY+iiikCsIMuYQJ1qvb6DrrpgyejQWXW5cOEVbNuoPV45DE0lsPUHcpyg=
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ check_deps ()
5757
5858 # Ensure that we have libgit2's dependencies installed.
5959 installed=` brew list`
60- libs=" libssh2 libtool autoconf automake"
60+ libs=" libssh2 libtool autoconf automake pkg-config "
6161
6262 for lib in $libs
6363 do
You can’t perform that action at this time.
0 commit comments