arm-gcc-playground/.woodpecker.yaml
Nils Freydank 11d1d84d04
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
CI: enforce image pulling
2024-01-21 16:20:44 +01:00

7 lines
134 B
YAML

steps:
build:
image: git.holgersson.xyz/nfr/alpine-with-gcc:3.19-20240121
pull: true
commands:
gcc main.c -o main