garage/.drone.yml

9 lines
138 B
YAML
Raw Normal View History

2021-02-08 13:58:24 +00:00
pipeline:
build:
image: rust:buster
commands:
- apt-get update
- apt-get install libsodium-dev
- cargo build