Add CI script
This commit is contained in:
parent
bf24aebbc9
commit
8fef6f015f
1 changed files with 12 additions and 0 deletions
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal 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"
|
Loading…
Reference in a new issue