Nils Freydank
11d1d84d04
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
7 lines
134 B
YAML
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
|