1 Star 0 Fork 31

zcy / libhv

forked from ithewei / libhv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
ithewei 提交于 2020-08-23 18:21 . update
language: cpp
compiler: gcc
jobs:
include:
- os: linux
dist: xenial
env: COVERALLS=no
- os: osx
env: COVERALLS=no
before_script:
- if [ "$COVERALLS" = "yes" ]; then
pip install --user cpp-coveralls;
export CC="$CC --coverage" CXX="$CXX --coverage";
fi
script:
- ./configure
- make libhv
- make unittest
- make examples
after_success:
- if [ "$COVERALLS" = "yes" ]; then
scripts/test-coverage.sh;
coveralls --gcov-options '\-lp' --include base --include event --include http;
fi
C
1
https://gitee.com/zhangchye/libhv.git
git@gitee.com:zhangchye/libhv.git
zhangchye
libhv
libhv
master

搜索帮助