Files
bubblebabble/.woodpecker/build.yaml

26 lines
426 B
YAML
Raw Normal View History

2025-12-01 20:42:23 +01:00
matrix:
platform:
- linux/amd64
labels:
platform: ${platform}
steps:
build:
when:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash build-base
- make
test:
when:
event: [push]
image: alpine:latest
commands:
- apk update
- apk add --no-cache bash
- echo hier | ./bubblebabble | grep xipak-nynil-dedox