lemmy-docs/.drone.yml

13 lines
259 B
YAML
Raw Normal View History

2021-01-18 16:08:20 +00:00
kind: pipeline
name: default
steps:
- name: check documentation build
image: rust:1.49-slim-buster
commands:
2021-10-13 10:59:52 +00:00
- apt update
2021-10-13 10:59:33 +00:00
- apt install git
2021-10-13 10:59:09 +00:00
- git submodule init
- git submodule update --recursive --remote
2021-10-13 10:58:06 +00:00
- ./build.sh