arm-gcc-playground/.woodpecker.yaml

23 lines
530 B
YAML
Raw Normal View History

2024-01-21 15:58:11 +01:00
steps:
build:
image: git.holgersson.xyz/nfr/arm-none-eabi:debian11-20240121
2024-01-21 16:20:44 +01:00
pull: true
2024-01-21 15:58:11 +01:00
commands:
arm-none-eabi-gcc --specs=nosys.specs main.c -o main-arm-none-eabi-gcc.elf
2024-01-21 16:22:37 +01:00
# do not test arm32 bins on amd64 ;)
#test: {}
2024-01-21 16:43:02 +01:00
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.holgersson.xyz
files:
- "main*"
2024-01-21 16:57:04 +01:00
checksum:
- sha512
- crc32
api_key:
from_secret: GITEA_ACCESS_TOKEN
target: main