1 Star 0 Fork 0

LeoSyn1998/tengine

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 687 Bytes
一键复制 编辑 原始数据 按行查看 历史
# travis-ci.org - continuous testing environment - http://docs.travis-ci.com/
language: c
compiler:
- gcc
- clang
# The build machines are Ubuntu 12.04 x64
addons:
apt:
packages:
- initscripts
- libc-bin
- libgd2-xpm-dev
- libgeoip-dev
- libxslt1-dev
- libpcre++0
- libpcre++-dev
- liblua5.1-0-dev
- libssl-dev
- lua5.1
- openssl
- passwd
- libperl-dev
# TODO: fix tests so they don't depend on /usr/local/nginx/logs/
# so we can run `make`, `make test`, `make install`.
script:
- ./configure --enable-mods-static=all --with-ipv6 --with-http_v2_module
- make -j2
- sudo make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/LeoSyn/tengine.git
git@gitee.com:LeoSyn/tengine.git
LeoSyn
tengine
tengine
master

搜索帮助