mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-07-27 00:18:13 +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