Add drone ci

This commit is contained in:
Felix Ableitner 2021-01-18 14:25:32 +01:00
parent 4c534695ec
commit 9b67269e16

10
.drone.yml Normal file
View file

@ -0,0 +1,10 @@
kind: pipeline
name: default
steps:
- name: check documentation build
image: rust:1.49-slim-buster
commands:
- cargo install mdbook --git https://github.com/Nutomic/mdBook.git --branch localization
--rev 0982a82 --force --debug
- mdbook build .