3 Star 61 Fork 44

三字经 / facil.io

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bo 提交于 2019-01-30 07:10 . add poll to CI
language: c
script:
- make vars
- DEBUG=1 make vars
- make test/optimized
- ASAN_OPTIONS=detect_leaks=0 make test/poll
- ASAN_OPTIONS=detect_leaks=0 make test/ci
os:
- linux
- osx
compiler:
- clang
- gcc
notifications:
email: false
after_success:
- bash <(curl -s https://codecov.io/bash)
C
1
https://gitee.com/mll/facil.io.git
git@gitee.com:mll/facil.io.git
mll
facil.io
facil.io
master

搜索帮助