arm-gcc-playground/.woodpecker.yaml
Nils Freydank 57f511b1f7
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
CI: Add checksums to release
2024-01-21 16:57:04 +01:00

26 lines
527 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"
checksum:
- sha512
- crc32
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main