This commit is contained in:
parent
649406dffa
commit
854bf09a89
10
.woodpecker/build.yaml
Normal file
10
.woodpecker/build.yaml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
when:
|
||||||
|
- event: push
|
||||||
|
branch: main
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- go get
|
||||||
|
- make build
|
Loading…
x
Reference in New Issue
Block a user