1 Star 0 Fork 33

lx/avhttp

forked from Jack.arain/avhttp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 875 Bytes
一键复制 编辑 原始数据 按行查看 历史
microcai 提交于 2017-09-23 13:10 . avhttp final fix
language: cpp
dist: trusty
sudo: false
os:
- linux
compiler:
- gcc
- clang
before_install:
- sudo apt-get update
- sudo apt-get install zlib1g-dev
- wget https://dl.bintray.com/boostorg/release/1.65.1/source/boost_1_65_1.tar.bz2
- sudo apt-get install ninja
- tar -xf boost_1_65_1.tar.bz2
- ( cd boost_1_65_1 && ./bootstrap.sh --prefix=/usr --with-libraries=date_time,filesystem,exception,log,locale,random,regex,program_options,system,thread && sudo ./b2 -j2 link=static install ) > /dev/null
before_script:
cmake . -DDEBUG=1
script:
- make
- ./avhttp http://www.boost.org/LICENSE_1_0.txt
- ./avhttp https://github.com/blog
- cat ./multi_download.log
branches:
only:
- master
- C++11
notifications:
recipients:
- microcaicai@gmail.com
- jack.wgm@gmail.com
email:
on_success: change
on_failure: always
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/fdmw/avhttp.git
git@gitee.com:fdmw/avhttp.git
fdmw
avhttp
avhttp
master

搜索帮助

D67c1975 1850385 1daf7b77 1850385