lemmy-docs/.drone.yml

17 lines
333 B
YAML
Raw Normal View History

2021-01-18 16:08:20 +00:00
kind: pipeline
name: default
steps:
2021-10-13 15:30:34 +00:00
- name: fetch git submodules
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
2021-01-18 16:08:20 +00:00
- name: check documentation build
image: rust:1.49-slim-buster
commands:
2021-10-13 10:59:52 +00:00
- apt update
2021-10-13 11:00:31 +00:00
- apt install git --yes
2021-10-13 10:58:06 +00:00
- ./build.sh