Add Jenkinsfile
All checks were successful
Cadoles/go-http-peering/pipeline/head This commit looks good

This commit is contained in:
2022-09-05 10:56:41 +02:00
parent b826f7de2d
commit 932aa46a18
3 changed files with 39 additions and 1 deletions

View File

@ -30,6 +30,6 @@ doc:
godoc -http=:6060
bin/keygen:
go build -o bin/keygen ./cmd/keygen
CGO_ENABLED=0 go build -o bin/keygen ./cmd/keygen
.PHONY: test lint doc sequence-diagram bin/keygen release