Files
garage/.drone.yml
T
Alex Auvolat 536bbb2277 add drone.yml
2021-02-08 14:58:24 +01:00

9 lines
138 B
YAML

pipeline:
build:
image: rust:buster
commands:
- apt-get update
- apt-get install libsodium-dev
- cargo build