libvieter/.woodpecker/test-mem.yml

19 lines
280 B
YAML

variables:
&image 'git.rustybever.be/chewing_bever/c-devop:alpine3.17'
branches:
exclude: [ main ]
platform: linux/amd64
depends_on:
- test
pipeline:
test:
image: *image
pull: true
commands:
- make test-mem
when:
event: [push, pull_request]