wgcl/.woodpecker/build.yaml
jasinco 3264ecf522
Some checks failed
ci/woodpecker/push/build Pipeline failed
test ci
2025-11-20 12:06:53 +08:00

10 lines
201 B
YAML

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