36 Star 105 Fork 33

infra360 / pika

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 517 Bytes
一键复制 编辑 原始数据 按行查看 历史
Axlgrep 提交于 2019-06-12 18:55 . remove protobuf submodules (#647)
sudo: required
dist: trusty
language: cpp
os:
- linux
env:
global:
- PROTOBUF_VERSION=2.5.0
install:
- wget https://github.com/protocolbuffers/protobuf/releases/download/v$PROTOBUF_VERSION/protobuf-$PROTOBUF_VERSION.tar.bz2
- tar xvf protobuf-$PROTOBUF_VERSION.tar.bz2
- ( cd protobuf-$PROTOBUF_VERSION && ./configure --prefix=/usr && make && sudo make install )
addons:
apt:
packages: ['libsnappy-dev', 'libprotobuf-dev', 'libgoogle-glog-dev']
compiler:
- gcc
language: cpp
script: make
C++
1
https://gitee.com/baotiao/pika.git
git@gitee.com:baotiao/pika.git
baotiao
pika
pika
master

搜索帮助