maubot-ntfy/.gitlab-ci.yml
Sophie Tauchert 8fef6f015f
Add CI script
2023-01-08 15:09:05 +01:00

12 lines
175 B
YAML

stages:
- build
build:
image: dock.mau.dev/maubot/maubot:latest
stage: build
script:
- mbc build
artifacts:
paths:
- "*.mbp"
expire_in: "1 month"