mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-29 08:27:07 +00:00
add drone.yml
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: rust:buster
|
||||||
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install libsodium-dev
|
||||||
|
- cargo build
|
||||||
|
|
||||||
Reference in New Issue
Block a user