This commit is contained in:
Jeffrey Picard 2021-07-14 21:46:37 -04:00
parent 959148cdc5
commit 6d79fc7dba
3 changed files with 3 additions and 6 deletions

View file

@ -21,11 +21,10 @@ jobs:
./autogen.sh && \
./configure && \
make && \
make check && \
sudo make install && \
sudo ldconfig && \
cd
- run: pip install grpcio grpcio-tools
- run: pip install grpcio grpcio-tools github3.py
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: go build .
- run: ./protobuf/build.sh

View file

@ -25,10 +25,9 @@ jobs:
./autogen.sh && \
./configure && \
make && \
make check && \
sudo make install && \
sudo ldconfig && \
cd
- run: pip install grpcio grpcio-tools
- run: pip install grpcio grpcio-tools github3.py
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: python3 scripts/version.py current --commit # creates a draft release

View file

@ -26,10 +26,9 @@ jobs:
./autogen.sh && \
./configure && \
make && \
make check && \
sudo make install && \
sudo ldconfig && \
cd
- run: pip install grpcio grpcio-tools
- run: pip install grpcio grpcio-tools github3.py
- run: go get github.com/golang/protobuf/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
- run: python3 scripts/version.py current --commit --commit --commit