diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..be72a27 --- /dev/null +++ b/.drone.yml @@ -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 .