13 lines
175 B
YAML
13 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"
|