lemmy-docs/.drone.yml
2021-10-13 13:00:43 +02:00

12 lines
265 B
YAML

kind: pipeline
name: default
steps:
- name: check documentation build
image: rust:1.49-slim-buster
commands:
- apt update
- apt install git --yes
- git submodule init
- git submodule update --recursive --remote
- ./build.sh