arm-gcc-playground/.woodpecker.yaml
Nils Freydank 34b2df99e7
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
CI: Switch to arm-non-eabi crossbuilding
2024-01-21 17:36:00 +01:00

23 lines
530 B
YAML

steps:
build:
image: git.holgersson.xyz/nfr/arm-none-eabi:debian11-20240121
pull: true
commands:
arm-none-eabi-gcc --specs=nosys.specs main.c -o main-arm-none-eabi-gcc.elf
# do not test arm32 bins on amd64 ;)
#test: {}
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