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