1 Star 0 Fork 33

Danath/avhttp

forked from Jack.arain/avhttp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.travis.yml 915 Bytes
一键复制 编辑 原始数据 按行查看 历史
language: cpp
compiler:
- gcc
- clang
before_install:
- sudo apt-get update
- sudo apt-get install zlib1g-dev
- wget http://jaist.dl.sourceforge.net/boost/boost_1_55_0.tar.bz2
- tar -xf boost_1_55_0.tar.bz2
- ( cd boost_1_55_0 && ./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
- ./avhttp http://optimate.dl.sourceforge.net/project/avplayer/exe/release-2013-03-13.7z
- 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 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/danath/avhttp.git
git@gitee.com:danath/avhttp.git
danath
avhttp
avhttp
master

搜索帮助