arm-gcc-playground/.woodpecker.yaml

14 lines
272 B
YAML

steps:
build:
image: git.holgersson.xyz/nfr/alpine-with-gcc:3.19-20240121
pull: true
commands:
gcc main.c -o main
test:
image: image: git.holgersson.xyz/nfr/alpine-with-gcc:latest
pull: true
commands:
./main
echo "\o/ works"