herald.go/.github/workflows/build.yml
Jeffrey Picard 15baa7a428 ang again
2021-07-24 03:50:11 -04:00

16 lines
408 B
YAML

name: 'Build Hub'
on:
push:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2.1.3
with:
go-version: 1.16.5
- run: pip install grpcio grpcio-tools
- 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