parent
203d986e08
commit
3264ecf522
1 changed files with 10 additions and 0 deletions
10
.woodpecker/build.yaml
Normal file
10
.woodpecker/build.yaml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
steps:
|
||||
- name: build
|
||||
image: golang:1.25-alpine3.22
|
||||
commands:
|
||||
- echo "Prepare Env"
|
||||
- apk update && apk add gcc
|
||||
- go build ./ -o wgcl
|
||||
Loading…
Add table
Reference in a new issue