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