8 Star 16 Fork 10

Thoughtworks / gauge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
genproto.sh 1.40 KB
一键复制 编辑 原始数据 按行查看 历史
sriv 提交于 2018-06-25 13:08 . updated proto, vendor dependencies #632
# Copyright 2015 ThoughtWorks, Inc.
# This file is part of Gauge.
# Gauge is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Gauge is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# You should have received a copy of the GNU General Public License
# along with Gauge. If not, see <http://www.gnu.org/licenses/>.
#!/bin/sh
#Using protoc version 3.0.0
cd gauge-proto
PATH=$PATH:$GOPATH/bin protoc --go_out=plugins=grpc:../gauge_messages *.proto
cd ..
sed -i.backup '/import gauge_messages1 "spec.pb"/d' gauge_messages/messages.pb.go && sed -i.backup 's/gauge_messages1.//g' gauge_messages/messages.pb.go && rm gauge_messages/messages.pb.go.backup
sed -i.backup '/import gauge_messages1 "spec.pb"/d' gauge_messages/api.pb.go && sed -i.backup 's/gauge_messages1.//g' gauge_messages/api.pb.go && rm gauge_messages/api.pb.go.backup
sed -i.backup '/import "."/d' gauge_messages/api.pb.go && rm gauge_messages/api.pb.go.backup
sed -i.backup '/import "."/d' gauge_messages/messages.pb.go && rm gauge_messages/messages.pb.go.backup
# go fmt github.com/getgauge/gauge/...
Go
1
https://gitee.com/thoughtworks/gauge.git
git@gitee.com:thoughtworks/gauge.git
thoughtworks
gauge
gauge
master

搜索帮助