garage/.drone.yml

9 lines
144 B
YAML
Raw Normal View History

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