maubot-osc/.woodpecker.yml

37 lines
776 B
YAML
Raw Normal View History

2022-01-30 00:24:26 +01:00
workspace:
2022-01-30 00:51:39 +01:00
base: /maubot-osc
path: src
2022-01-30 00:24:26 +01:00
pipeline:
build:
image: dock.mau.dev/maubot/maubot:latest
commands:
2022-01-30 00:52:12 +01:00
- mbc build /maubot-osc/src -o /maubot-osc/src/
2022-01-30 00:49:08 +01:00
secrets: [mbc_username, mbc_password]
2022-01-30 00:24:26 +01:00
release:
image: plugins/gitea-release
settings:
base_url: https://git.dennogumi.org
api_key:
from_secret: gitea_token
files:
2022-01-30 00:51:39 +01:00
- /maubot-osc/src/*.mbp
2022-01-30 00:24:26 +01:00
checksum:
- sha256
when:
event: tag
notify:
image: plugins/matrix
settings:
homeserver: https://conference.heavensinferno.net
roomid:
from_secret: roomid
accesstoken:
from_secret: access_token
userid:
from_secret: user_id
when:
status:
- failure
- success