forked from Deuxfleurs/garage
add drone.yml
This commit is contained in:
parent
f26c795c99
commit
536bbb2277
1 changed files with 8 additions and 0 deletions
8
.drone.yml
Normal file
8
.drone.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
pipeline:
|
||||
build:
|
||||
image: rust:buster
|
||||
commands:
|
||||
- apt-get update
|
||||
- apt-get install libsodium-dev
|
||||
- cargo build
|
||||
|
Loading…
Reference in a new issue