lemmy-docs/.drone.yml
2021-10-13 17:39:32 +02:00

16 lines
361 B
YAML

kind: pipeline
name: default
steps:
- name: fetch git submodules
image: alpine/git
commands:
- git submodule init
- git submodule update --recursive --remote
- name: check documentation build
image: rust:1.55-slim-buster
commands:
- apt update
- apt install pkg-config libssl-dev libpq-dev --yes
- ./build.sh