aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
blob: 8df611bc32fa7d4d538467cc7256332e7792701a (plain) (blame)
1
2
3
4
5
6
7
8
pipeline:
  build:
    image: rust:buster
    commands:
      - apt-get update
      - apt-get install libsodium-dev
      - cargo build