diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 8 |
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 + |