Add CI script

This commit is contained in:
Sophie Tauchert 2023-01-08 15:09:05 +01:00
parent bf24aebbc9
commit 8fef6f015f
No known key found for this signature in database
GPG key ID: 52701DE5F5F51125

12
.gitlab-ci.yml Normal file
View file

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