lemmy-docs/.drone.yml

17 lines
361 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
2021-10-13 15:33:48 +00:00
image: rust:1.55-slim-buster
2021-01-18 16:08:20 +00:00
commands:
2021-10-13 10:59:52 +00:00
- apt update
2021-10-13 15:39:32 +00:00
- apt install pkg-config libssl-dev libpq-dev --yes
2021-10-13 10:58:06 +00:00
- ./build.sh