26 Star 56 Fork 29

lins05 / libsearpc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 348 Bytes
一键复制 编辑 原始数据 按行查看 历史
sudo: false
language: python
python:
- "2.7"
- "3.5"
- "3.6"
compiler:
- gcc
- clang
addons:
apt:
packages:
- libjansson-dev
install:
- pip install future
before_install:
- git clean -x -f
- ./autogen.sh
script:
- ./configure
- make -j4
- make check -j4
- python pysearpc/test_pysearpc.py
notifications:
email: false
C
1
https://gitee.com/lins05/libsearpc.git
git@gitee.com:lins05/libsearpc.git
lins05
libsearpc
libsearpc
master

搜索帮助