1 Star 0 Fork 0

zxy/protobuf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
mono_repo.yaml 668 Bytes
一键复制 编辑 原始数据 按行查看 历史
travis:
before_install:
# Install our custom protoc, as the version we get with apt-get is too old.
- wget -O protoc.zip https://github.com/protocolbuffers/protobuf/releases/download/v3.14.0/protoc-3.14.0-linux-x86_64.zip
- unzip -d protoc protoc.zip
- export PATH=$PWD/protoc/bin:$PATH
- echo $PATH
# Run the protoc_plugin tests with the protobuf from the repo, not from pub.
# This could be avoided with a fix of: https://github.com/dart-lang/mono_repo/issues/117.
- "echo \"dependency_overrides: {protobuf: {path: ../protobuf}}\" >> protoc_plugin/pubspec.yaml"
os:
- linux
- osx
- windows
merge_stages:
- format_analyzer_tests
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kingzxy/protobuf.git
git@gitee.com:kingzxy/protobuf.git
kingzxy
protobuf
protobuf
master

搜索帮助