Commit 8734240417a02930593e3a76b56ce6b51441723c

Edward Thomson 2018-07-14T12:35:02

ci: set up a macos host Script to set up dependencies on a macOS build system.

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/ci/setup-macos.sh b/ci/setup-macos.sh
new file mode 100755
index 0000000..a906691
--- /dev/null
+++ b/ci/setup-macos.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -x
+
+brew update
+brew install pkgconfig zlib curl openssl libssh2