summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2018-07-14 12:34:05 +0100
committerEdward Thomson <ethomson@edwardthomson.com>2018-07-26 14:07:00 +0100
commit5bb2087b7c60da5c2ce50b9eefeebfbe255c9a0d (patch)
treec36f9aee0114b23e8005cdcf9e3a423ef6f3586b
parent451b001725e4a97f0a9f1ff1d87a2bf5666850a3 (diff)
downloadlibgit2-5bb2087b7c60da5c2ce50b9eefeebfbe255c9a0d.tar.gz
ci: setup a linux host
Sets up a linux host to prepare for a build.
-rwxr-xr-xci/setup-linux.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/setup-linux.sh b/ci/setup-linux.sh
new file mode 100755
index 000000000..5de286668
--- /dev/null
+++ b/ci/setup-linux.sh
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+set -x
+
+apt-get update
+apt-get -y install build-essential pkg-config cmake openssl libssl-dev libssh2-1-dev libcurl4-gnutls-dev openssh-server
+
+mkdir -p /var/run/sshd