aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-02-08 14:58:24 +0100
committerAlex Auvolat <alex@adnab.me>2021-02-08 14:58:24 +0100
commit536bbb22775539a2fb615bca71d665fac4379736 (patch)
tree091db825b4593cbd7fed52c6463ddcb7c114ce55 /.drone.yml
parentf26c795c99d6ff7961c05c46628964e4c0ad747e (diff)
downloadgarage-536bbb22775539a2fb615bca71d665fac4379736.tar.gz
garage-536bbb22775539a2fb615bca71d665fac4379736.zip
add drone.yml
Diffstat (limited to '.drone.yml')
-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
+