add drone.yml
This commit is contained in:
parent
f26c795c99
commit
536bbb2277
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 New Issue
Block a user