Commit 5bb2087b by Edward Thomson

ci: setup a linux host

Sets up a linux host to prepare for a build.
parent 451b0017
#!/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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment