Added build-ci checks

This commit is contained in:
Phil 2024-07-18 12:00:40 +02:00
parent 17363bde52
commit 5b0b4824f5

6
.woodpecker/2-build.yml Normal file
View file

@ -0,0 +1,6 @@
steps:
- name: build-binary-UT-lin/amd64
image: golang:latest
commands:
- go get -v -d ./...
- go build -a -installsuffix cgo -o linux-amd64 .