aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 00000000..8df611bc
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,8 @@
+pipeline:
+ build:
+ image: rust:buster
+ commands:
+ - apt-get update
+ - apt-get install libsodium-dev
+ - cargo build
+