arm-gcc-playground/.woodpecker.yaml
Nils Freydank f448394226
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
CI: Re-add w/ new tag
2024-01-21 16:51:53 +01:00

23 lines
472 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
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.holgersson.xyz
files:
- "main"
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main