Nils Freydank
e10c8fa5fa
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
243 B
YAML
14 lines
243 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
|
|
|