0 Star 3 Fork 0

abu/ngx_brotli

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis-compile.sh 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
Evgenii Kliuchnikov 提交于 2020-03-04 18:37 +08:00 . Add basic http2 tests
#!/bin/bash
set -ex
# Setup shortcuts.
ROOT=`pwd`
# Clone nginx read-only git repository.
if [ ! -d "nginx" ]; then
git clone https://github.com/nginx/nginx.git
fi
# Build nginx + filter module.
cd $ROOT/nginx
# Pro memoria: --with-debug
./auto/configure \
--prefix=$ROOT/script/test \
--with-http_v2_module \
--add-module=$ROOT
make -j 16
# Build brotli CLI.
cd $ROOT/deps/brotli
mkdir out
cd out
cmake ..
make -j 16 brotli
# Restore status-quo.
cd $ROOT
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/abuits/ngx_brotli.git
git@gitee.com:abuits/ngx_brotli.git
abuits
ngx_brotli
ngx_brotli
master

搜索帮助