maubot-ntfy/.gitlab-ci.yml

13 lines
175 B
YAML
Raw Normal View History

2023-01-08 14:09:05 +00:00
stages:
- build
build:
image: dock.mau.dev/maubot/maubot:latest
stage: build
script:
- mbc build
artifacts:
paths:
- "*.mbp"
expire_in: "1 month"