wgcl/.woodpecker/build.yaml
jasinco 1e8d00a466
Some checks failed
ci/woodpecker/push/build Pipeline failed
test ci#2
2025-11-20 22:06:35 +08:00

10 lines
189 B
YAML

when:
- event: push
branch: master
steps:
- name: build
image: golang
commands:
- echo "Prepare Env"
# - apk update && apk add gcc
# - go build ./ -o wgcl