Add drone ci (#7)

This commit is contained in:
Nutomic 2021-01-18 16:08:20 +00:00 committed by GitHub
parent 4c534695ec
commit 6a7ef79875
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 .