From 9b67269e1629cc82da6924418e9959ebb273adb4 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Mon, 18 Jan 2021 14:25:32 +0100 Subject: [PATCH] Add drone ci --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml 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 .