add drone.yml

This commit is contained in:
Alex 2021-02-08 14:58:24 +01:00
parent f26c795c99
commit 536bbb2277
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
pipeline:
build:
image: rust:buster
commands:
- apt-get update
- apt-get install libsodium-dev
- cargo build