1 Star 0 Fork 51

Revolution / srpc

forked from 搜狗开源 / srpc 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 580 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyingxin 提交于 2021-03-27 20:41 . add .travis.yml
language: cpp
dist: trusty
os: linux
compiler:
- gcc
jobs:
include:
- env: COMPILER=g++-8 BUILD=Release STANDARD=11
compiler: gcc
addons:
apt:
update: true
sources:
- ubuntu-toolchain-r-test
packages:
- g++-8
- cmake
install:
- git clone https://github.com/protocolbuffers/protobuf.git -b v3.12.0
- cd protobuf
- sh autogen.sh
- ./configure
- make
- sudo make install
- cd ..
- export LD_LIBRARY_PATH=/usr/local/lib/:$LD_LIBRARY_PATH
script:
- make
- make tutorial
C++
1
https://gitee.com/zhengleee/srpc.git
git@gitee.com:zhengleee/srpc.git
zhengleee
srpc
srpc
master

搜索帮助