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 - make clean - make test-mem CFLAGS='-O3 -Werror -Wall' when: event: [push, pull_request]