vieter/.woodpecker/.test.yml

18 lines
245 B
YAML

matrix:
PLATFORM:
- linux/amd64
- linux/arm64
branches:
exclude: [main, dev]
platform: ${PLATFORM}
pipeline:
test:
image: 'chewingbever/vlang:latest'
pull: true
commands:
- make test
when:
event: push