X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=travis%2Fbrotli.sh;fp=travis%2Fbrotli.sh;h=1a9f6cd93670fcd08457f73bdae5907e60a1ed7a;hp=0000000000000000000000000000000000000000;hb=e0fd24ca37f96c144242a5da6378b68ff3debbe9;hpb=9cc217d78f2812750c25424043160cd304a27f78 diff --git a/travis/brotli.sh b/travis/brotli.sh new file mode 100755 index 0000000..1a9f6cd --- /dev/null +++ b/travis/brotli.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +git clone https://github.com/google/brotli.git +cd brotli +git checkout v1.0.2 +./bootstrap +./configure --prefix=/home/travis/brotli +make -j2 +make install