b9f7d595bd
* switch herald to herald.go * update ci/cd stuff * fix issues with binary name * we're no longer building dynamically, so turn CGO back on, and fix names * update package names in proto files
5 lines
94 B
Bash
Executable file
5 lines
94 B
Bash
Executable file
#!/bin/bash
|
|
./protobuf/build.sh
|
|
go version
|
|
go build -o herald .
|
|
go test -v -race -cover ./...
|