X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=travis%2Fbrotli.sh;h=d23dd19b87a4d9061ccbd22d8a7b08e45d613216;hb=HEAD;hp=1a9f6cd93670fcd08457f73bdae5907e60a1ed7a;hpb=e0fd24ca37f96c144242a5da6378b68ff3debbe9;p=m6w6%2Fext-http diff --git a/travis/brotli.sh b/travis/brotli.sh deleted file mode 100755 index 1a9f6cd..0000000 --- a/travis/brotli.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/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