tmate-io_tmate-ssh-server/install_msgpack_travis.sh
Steve Wills 8519292881 Fix Travis CI build (#47)
* try to fix travis build

* try to use bionic somehow

* try again to fix travis

* need libssh for travis too

* install newer libssh too

* be less verbose in travis script
2018-11-30 11:06:01 -05:00

9 lines
160 B
Bash
Executable File

#!/bin/sh
wget 'https://github.com/msgpack/msgpack-c/archive/cpp-3.1.1.tar.gz'
tar -xzf cpp-3.1.1.tar.gz
cd msgpack-c-cpp-3.1.1
cmake .
make
sudo make install