arm-gcc-playground/.woodpecker.yaml
Nils Freydank 4821f66b84
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful
CI: Fix a typo
2024-01-21 16:23:14 +01:00

14 lines
265 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: git.holgersson.xyz/nfr/alpine-with-gcc:latest
pull: true
commands:
./main
echo "\o/ works"