test ci
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
jasinco 2025-11-20 12:04:49 +08:00
parent 203d986e08
commit 3264ecf522

10
.woodpecker/build.yaml Normal file
View 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