Merged github:zerotacg/ryzomcore/feature/travis-ci

This commit is contained in:
Tobias Peters 2015-12-09 08:10:27 +01:00
parent 5c15372011
commit 4896120720

View file

@ -1,11 +0,0 @@
#!/bin/sh
set -e
NAME=w3c-libwww-5.4.0
FILE="${NAME}.tgz"
URL="http://www.w3.org/Library/Distribution/${FILE}"
wget $URL
tar -xzvf ${FILE}
(cd "$NAME" && ./configure --prefix=$HOME/protobuf && make && make install)