summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-07-14 12:35:02 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-09-08 19:26:39 +0100
commitfe31cf0224cdae2479f385b717fbaff5e7158e60 (patch)
treeb725e0ef03d5dfcacc28636c54b877d33ad2f1cf
parent35377b25778633a2c2088502480f0fc3365c64ae (diff)
downloadlibgit2-fe31cf0224cdae2479f385b717fbaff5e7158e60.tar.gz
ci: set up a macos host
Script to set up dependencies on a macOS build system.
-rwxr-xr-xci/setup-macos.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ci/setup-macos.sh b/ci/setup-macos.sh
new file mode 100755
index 000000000..a90669185
--- /dev/null
+++ b/ci/setup-macos.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -x
+
+brew update
+brew install pkgconfig zlib curl openssl libssh2