2023-11-22 11:52:55 +01:00
|
|
|
steps:
|
|
|
|
build:
|
|
|
|
image: alpine
|
|
|
|
when:
|
|
|
|
branch: [ main ]
|
|
|
|
commands: |
|
|
|
|
apk add --no-cache build-base gcc musl-dev xcb-util-dev pkgconfig >/dev/null
|
|
|
|
make
|
2023-11-22 13:38:33 +01:00
|
|
|
|
|
|
|
publish:
|
|
|
|
image: woodpeckerci/plugin-gitea-release
|
|
|
|
settings:
|
|
|
|
base_url: https://git.snaile.de
|
|
|
|
files:
|
|
|
|
# Could also be "hello-world*" to match both
|
|
|
|
- "build/dwmblocks"
|
|
|
|
api_key:
|
|
|
|
from_secret: gitea-release
|
|
|
|
target: main
|