pcre/.woodpecker.yml
Elara Musayelyan 18912728e9
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
Add woodpecker config
2023-07-27 09:36:28 -07:00

14 lines
174 B
YAML

matrix:
platform:
- linux/amd64
- linux/arm64
steps:
test:
image: golang:latest
commands:
- go test
- go build
when:
- event: push